/* Main Layout */
body {
	font: 12px/1.6 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #333;
	font-size: 12px;
	background-image: url(../../../img/background.jpg);
	background-attachment: fixed;
	background-position: 0 center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0px;
}

h1  {
	text-align: center;
	font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

h3  {
	text-align: center;
	font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	margin: 5px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
}


.wrapper  {
	width:100%;
	margin-right: 0px;
	margin-left: 0px;
	padding-left:0px;
	padding-right:0px;
}

.container  {
	width:100%;
	padding:3x; 
}

#container {
	color:#444;
	padding-right: 0px;
	padding-left: 0px;	
}

.container-fluid.button-wrapper .btn.btn-default  {
  background-color: #F7F7F7;
  padding:4px 32px;
  font-size:12px;
  border-radius:0px;
}

.btn:hover {
    color: #23527c;
    text-decoration: none;
}

.btn-default {
	background-color: transparent; 
	 
}


.button-wrapper  {
	text-align: center;
	margin-bottom: 0px;
}

#wrapper_layout {
    padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}


#instructions {
	text-align: left;
	padding: 5px;
	margin-top: 5px;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 5px;
	background-color: #F7F7F7;
	border: 2px solid #FAFAFA;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	margin: 10px;
    -webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	opacity: 1;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	background-color:#F7F7F7 ;
}



 #text-frame {
    margin-bottom:10px;
	overflow: hidden;
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-align: left;
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
	border: 2px solid #FAFAFA;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	margin: 10px;
    -webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	opacity: 1;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	background-color:#F7F7F7 ;
}

#text-frame a {
	color: #333;
	cursor: pointer;
}

#text-frame a:link {
	text-decoration: none;
	color: #333;
}
#text-frame a:hover {
	color: #00F;
	text-decoration: none;
}
#text-frame a:visited {
	color: #333;
	text-decoration: none;
}

#text-wrapper {
	
	padding: 5px;
}

#logo-frame, #FeedbackOKButton, .mobile-invisible {
	display:none;
}


/* Table */

table {
    border-spacing: 0;
    border-collapse:separate;
	
}

.tablecolors {
	width:100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-left-color: #ccc;
}
.tablecolors td {
	text-align:left;
	padding-bottom: 9px;
	color: #444;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bbb;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbb;
	height: 120px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 2em;
}

.tablecolors tr {
	text-align: left;
	padding-left:20px;
}

 table  tr td {
	padding-top: 18px;
	padding-bottom: 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	
}





.green {
	color: green;	
}



.game  {
	border: 1px solid #bbb;
	padding: 10px;
	
}

.hiddenDiv  {
	text-align: center;	
	display:none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #bbb;
    margin: 1em 0;
    padding: 0; 
}


.table1, .table2  {
	width: 100%;
	border: 1px solid #bbb;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 5px;
	
}

.table1 td:first-child {
	width: 50%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bbb;
	text-align: center;
}

.table1 td:last-child {
	text-align: center;
}

.table1 tr td, .table2 tr td {
	padding: 5px;	
}

#tabs-frame {
	overflow: hidden;
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-align: left;
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
	border: 2px solid #FAFAFA;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	opacity: 1;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	background-color:#F7F7F7;
	margin-top: 10px;
}

.toggle  {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	float: none;
	line-height: 10px;
}

input {
	font-family: inherit;
	font-size: inherit;
	line-height: 1.2em;
	margin-right: 5px;
	margin-left: 0px;
	padding-right: 5px;
	padding-left: 5px;
	color: #333;
	font-weight: normal;
}

.GapSpan  {
	color: green;
	font-weight: bold;
}

.container-fluid.button-wrapper .FuncButton,
.container-fluid.button-wrapper .FuncButtonDown {
	border: 1px solid #ccc;
	width: 100px;
	background-color: #F7F7F7;
	padding:1px;
	margin-top: 5px;
	margin-right: 5px;
}


.container-fluid.button-wrapper .FuncButtonUp {
	border: 1px solid #999;
	width: 100px;
	color: #23527c;
	padding:1px;
	margin-top: 5px;
	margin-right: 5px;
}

div.FeedbackText  {
	color: #00F;
	text-align: center;
}

.tablecolors button  {
	color: #000;
	
}

.table-responsive  {
	margin-bottom: 0px;	
}