*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
    cursor: default;
    background-color: #F0F8FF;
    font-family: Verdana, Helvetica, Arial;
    font-size: 10pt;
    padding-right: .8em;
    vertical-align: middle;

    position: relative;
}

.HREF {
    text-decoration: underline;
}

.offwhite {
    background-color: #D0D0D0;
}

.light {
    background-color: #C5C5C5;
}

.dark {
    background-color: #222222;
}

.All {
    width: 100%;
    height: 100%;
}

.nosel {
 /*   -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;*/
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.TopLeft {
    font-weight: bold;
    font-size: larger;
    width: 100%;
    margin-bottom: 2em;
}

.TopBaer {
    vertical-align: text-bottom;
    width: 32px;
    height: 32px;
}

.TopLeft a:visited {
    color: #000000;
}

.TopLeft a:active{
    color: #000000;
}

.StopDiv {
    clear: both;
}

.ErrorBox {
    margin-top: 1em;
    border: .4em solid black;
    background-color: red;
    width: 100%;
}

.FileListTable {

    border: thin solid black;
    border-collapse: collapse;

    box-shadow: .3em .3em #000000;
    /* position: absolute; */
    padding: .4em;
    width: 25.0em;
    color: #000;
    background-color: #FFF;

    font-family: Verdana, Helvetica, Arial;
    font-size: 10pt;
    font-weight: normal;
}

.MenuItem {
    padding: .2em;
    vertical-align: top;
}

.MenuIcon {
    width: 1.3em;
    height: 1.3em;
}
.MenuBoxTable {

    border: thin solid black;
    border-collapse: collapse;

    box-shadow: .3em .3em #000000;
    position: absolute;
    padding: .4em;
    width: 25.0em;
    color: #000;
    background-color: #FFF;

    font-family: Verdana, Helvetica, Arial;
    font-size: 10pt;
    font-weight: normal;
}

.MenuBoxTable .enabled:hover {

    color: #FFF;
    background-color: #000;
}

.MenuBoxTable .enabled:active {

    color: #FFF;
    background-color: #000;
}

.MenuBoxTable .disabled {

    color: #888;
}

.MenuDiv {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

#FileList .points {

    width: 5em;
    /* float: right; */
    text-align: right;
    display: inline-block;

}

.FileList {
    margin: 0em;
    padding: .4em;
    text-align: left;
    vertical-align: middle;
    overflow: auto;
    color: #FFF;

    width: 100%;
}

.FileList #name {
    width: 18.0em;
    margin-bottom: 1.0em;
}

.CategoryBox {
    margin: 0em;
    padding: .2em;
    /* margin-bottom: .2em; */
    float: left;
}

.leftw {
  padding-left: .2em;
}

.rightw {
  padding-right: .2em;
}

.CategoryTitle {
    clear:both;
    width: 100%;
    color: black;
    margin-bottom: .1em;
    font-weight: bold;
    text-align: center;
}

.CategoryTitle:hover {

    color: white;
    background-color: black;
}

.FormationBox {
  clear:both;
  width: 100%;
  color: green;
  margin-top: .2em;
  padding: .2em;
  vertical-align: top;
}

.FormationTitle {

  font-weight: bold;
  text-align: left;
}

.Selection {
  display: inline;
}

.Option {
  color: blue;
}

.Option .Option {
  color: red;
  display: inline;
}

.Option .Option {
  color: red;
  display: inline;
}

.EditBox table {
  width: 100%;
  border: .5pt solid black;
  margin-top: 5pt;
  border-collapse: collapse;
}

.EditBox table table {
  width: 98%;
  border: .5pt solid black;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2pt;
}

.EditBox th:last-of-type {
  text-align: left;
}

.EditBox th:first-of-type {
  text-align: center;
}

.EditBox td:last-of-type {
  text-align: left;
  padding-left: 2em;
}

.EditBox td:first-of-type {
  text-align: center;
  padding-left: 2em;
}

.EditBox th.Button {
  width: 20em;
  text-align: center;
}

.EditBox td {
  text-align: center;
}

.EditBox tr:first-of-type {
  background-color: gray;
}

.EditBox th {
  text-align: center;
  font-weight: bold;
  padding: .5em;
  background-color: gray;
}

.EditBox textarea {
  width: 100%;
}

@media screen {
 .Run {
     display: none;
 }
}

.Run table {
  font-size: smaller;
  width: 98%;
  border: .5pt solid black;
  margin-top: 5pt;
  border-collapse: collapse;
  background-color: white;
  page-break-inside: avoid;
}

.Run th:first-of-type {
  text-align: left;
}

.Run td:last-of-type {
  text-align: right;
  padding-right: 2em;

}

.Run td:first-of-type {
  text-align: left;
  padding-left: 2em;
}

.Run th.Button {
  width: 20em;
  text-align: center;
}

.Run td {
  text-align: left;
  padding-top: 2em;
  padding-bottom: 2em;
}

.Run tr:first-of-type {
  background-color: inherit;
}

.Run th {
  text-align: left;
  font-weight: bold;
  padding: .5em;
}

.Run textarea {
  width: 100%;
}

div .amission  {
width: 13.5cm;
padding: .5em;
border-width: .5pt;
border-style: none;
border-color: black;
border-top-style: solid;
break-inside: avoid;
}

.mission table {
  width: 98%;
  margin: 0pt;
  padding: 0em;
  border-collapse: collapse;
  border-width: .5pt;
  border-style: solid;
  border-color: black;
  text-align: center;
}

.mission td {
  margin: 0pt;
  padding: 1em;
  border-collapse: collapse;
  border-width: .5pt;
  border-style: solid;
  border-color: black;
  text-align: center;
}

.mission th {
  margin: 0pt;
  padding: 1em;
  border-collapse: collapse;
  border-width: .5pt;
  border-style: solid;
  border-color: black;
  text-align: center;
}

div .Lauf {
  font-size: 8pt;
  width: 100%;
  height: 100%;
  margin: 5pt;
  border-collapse: collapse;
  page-break-after: always;
}

.Lauf table {
  width: 100%;
  border-collapse: collapse;
}

.Lauf th {
 border: 1pt solid black;
  padding: 4pt;
  
}

.Lauf td {
  border: 1pt solid black;
  padding: 4pt;
}

.OpenMatch {
  height: 8mm;
}

.Match td:nth-of-type(2n+1)  {
  text-align: center;
  width: 6em;
}

.Match td:nth-of-type(2n)  {
  text-align: left;
}

table.TischHeader {
	table-layout: fixed;
	text-align: left;
}

.TischHeader td {
	vertical-align: center;
	width: 40%;
	overflow-x: hidden;
	margin: 5px;
}

.TischHeader div {
	overflow-x: hidden;
}


.TischHeader tr:first-of-type {
	font-size: 10pt;
}
.TischHeader tr:last-child {
	text-align: right;
}

.TischHeader tr:first-child :nth-child(2){
	text-align: center;
	vertical-align: center;
	font-size: x-large;
	margin: 5px;
	width: 5%;
}

.TischHeader :nth-child(2){
	margin: 5px;
	width: 5%;
}


table.TischBody {
	margin-top: 10px;
}

 .TischBody  tr {
	padding-top: 10px;;
	font-size: 10pt;
	text-align: center;
}

.TischBody tr :nth-child(4){
	text-align: center;
	vertical-align: center;
	font-size: large;
	margin: 5px;
	height: 100%;
	width: 5%;
}

.red {
	color: red;
}