/** CSS for /school-psychology/ **/
.solid-bkg {border-bottom: 1px solid #D2AA52;}
.solid-bkg-top {border-top: 1px solid #D2AA52;}

.textbox-bkg{background-color: #21282f; padding: 15px;}

.solid-box { position:center !important;
          border: 1px solid #f39c12;
          width:650px !important;
           padding: 5px 5px !important;} 

tr.odd td {background-color: #e6faff; }

td{ color: #0f3c6f !important;}

.solid-bkg {border-bottom: 1px solid #D2AA52; margin-bottom:10px;}

div .blankspace {
   display: empty !important;
Padding:220px !important;
}
.solid-box { position:center !important;
          border: 1px solid #f39c12;
          width:650px !important;
           padding: 5px 5px !important;} 

tr.odd td {background-color: #e6faff;}


/*B&amp;W*/
.bw {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.bw:hover {
  -webkit-filter: grayscale(100%);
}

.trans-bkg-b {
  background: rgba(0, 0, 0, 0.58);
padding: 20px 15px 5px 15px;}
