body {
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #fcfbfb;
	color: #333;
}
td {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.transbox {
    margin: 10px;
    background-color: #ffffff;
    border: 1px solid black;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
	padding: 10px;
	z-index: 1;
  	border-radius: 5px;
}
.BgStyle1 {
    background: #FFC; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#FFC, #FFF); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FFC, #FFF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFC, #FFF); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFC, #FFF); /* Standard syntax */	
}
.BgStyle2 {
    background: #FFF; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#FFF, #FFC); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FFF, #FFC); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFF, #FFC); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFF, #FFC); /* Standard syntax */	
}
A {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
#topnav {
  position: fixed;
  width: 100%;
  background: #542c13;
  left:0;top:0;height:75px;
  z-index: 1;
}
#Footer {
  position:static;
  width: 100%;
  bottom:0;
  z-index: 1;
}
.ListBB {
	border-bottom-style:double;
	border-bottom-width:thin;
	border-bottom-color:#900
}
.ListBA {
	border-style:double;
	border-width:thin;
	border-color:#900
}
.AddPadd {
	padding-left:10px;
	padding-right:10px;
}
.InpCent {
	font-family: 'Roboto', sans-serif;
	text-align:center;
}
.InpCentRO {
	font-family: 'Roboto', sans-serif;
	text-align:center;
	background-color:#FF0;
	border-width:1px;
	border-color:#000
}
.InpRO {
	font-family: 'Roboto', sans-serif;
	background-color:#FF0;
	border-width:1px;
	border-color:#000
}
#container {
	min-width: 400px;
	max-width: 1400px;
	margin: 0 auto;
	z-index: -999;
}
.button {
	font-size: 1em;
	padding-left:10px;
	padding-right:10px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease-out;
	color:#000;
}
.button:hover {
	background: #06D85F;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  top: 70px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 80%;
  height: 70%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 85%;
  overflow: auto;
  font-size: 8px;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
