


#load {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/loader.gif') 50% 50% no-repeat rgb(249,249,249);
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
 
	height: 40%;
  width: 30%;
}

#sticky-footer {
    flex-shrink: none;
  }

  #spacetop{
padding-top: 20px;


  }

  #borderless td, #borderless tr {
    border: none;
}
.mysmall{

  font-family: "Consolas";
  font-size: 12px;
  padding: 2px;
}
.rmysmall{

  font-family: "Gotham";
  font-size: 12px;
  padding: 2px;
}
table {
  border-collapse: collapse;
  width: 100%;
border-spacing: -25px;
padding: -25px;
}
  

#boxwradius {
  padding: px;
  border: 5px solid rgb(243, 238, 238);
  border-radius: 5px;
  padding-left:25px;
  padding-bottom:25px;

}
.split {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 12;
  overflow-x: hidden;
  padding-top: 0px;
}

.left {
 width: 40%;
  left: 0;
  background-color:white;
  padding-left:50px;
  
}

.right {
width: 60%;
  right: 0;
  padding-left:50px ;
  background-color:white;
}

.frmSearch {border: 1px solid #a8d4b1;background-color: #c6f7d0;margin: 2px 0px;padding:5px;border-radius:4px;}
#country-list{float:left;list-style:none;margin-top:-3px;padding:0;width:190px;position: absolute;}
#country-list li{padding: 10px; background: #f0f0f0; border-bottom: #bbb9b9 1px solid;}
#country-list li:hover{background:#ece3d2;cursor: pointer;}
#search-box{padding: 10px;border: #a8d4b1 1px solid;border-radius:4px;}