/* CSS */

html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  height:100%;
}

#wrapper h1 {font-size:41px; }
#wrapper h3 {font-size:26px;}

.lgspc {line-height:1.2em;}
.mtop {margin-top:20px; }
.mbot {margin-bottom:20px; }
dl {margin-bottom:40px; }
dd {margin:10px 0px 20px 0px; }

#eligbilitylist {font-weight:bold;line-height:2em; }

.logo {margin-top:10px;text-align:right;margin-bottom:20px;}
.logo img {width:100%;max-width:150px;max-height:151px;float:right; }

.thumbnail img {width:auto; }

.memofooter_white {margin-top:40px;padding:0px;border-top: 1px solid #EEE;position:static;bottom:0;border-bottom: 0px solid #fff;}
.memofooter_white .row {padding-top:20px;}
.memofooter_white p {color:#000000;font-size:11px; }

.ucllogo img {width:90%;    opacity: 0.35;
    filter: alpha(opacity=35); }

.wellcome {max-width:200px;float:right; }

#map-canvas {width: 100%;height: 300px;}

/*CSS for small devices*/

@media (max-width: 768px) {

  .logo {margin-top:0px;margin-bottom:10px; }
  .logo img {max-width:90px;width:auto;margin-top:0px;}
  
  .page-header {margin-top:0px; }  
  .page-header h1 {margin-top:0px;font-size:37px;}
    
  .ucllogo {border-bottom:20px solid #777;}
  #menu-toggle {margin-top:35px; }
  
  
    .memofooter_white img { 
  margin-top:20px;
  margin-bottom:70px;}
  
  .memofooter_white { 
  margin-top:20px;
  margin-bottom:0px;

  }
  
}

/*CSS for large devices*/

@media (min-width: 1170px) {
  
  .dblimg img {max-width:45%;float:left;margin:20px 20px 20px 0px;}
  
}