/* CSS Document */

@media print {
   a[href]:after {
      display: none;
      visibility: hidden;
   }
}

    
#footer_bottom {
background-color: #0e639d;
padding-top: 13px;
padding-bottom: 17px;
margin-top:70px;
}
#footer_bottom .copyright {
text-align: center;
font-size: 16px;
color: #81ccff;
}
#footer_bottom .copyright a {
color: #fff;
font-size: 19px;
}
	
#map{ height: 400px }
 
.table.table-borderless td, .table.table-borderless th {
    border: 0 !important;
}

.table.table-borderless {
    margin-bottom: 0px;
}

.center-block {
      display: block;
      margin-right: auto;
      margin-left: auto;
}

.btnku {
     width:100%;
     height:100px;
     color:#fff;	
     font-size:200%;
    	margin-top:0px;
    font-family: Tahoma, Helvetica, sans-serif;
    background-color:  #000066;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 4px 0px 0px 0px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888; 		
}