/* LibGuides CSS definition */


html { height: 100%; }

body { min-height:100%; height:100%; background-color:#fff; margin:0; padding:0; font:17px/1.0625em Arial; line-height: 1.52941}





#s-lg-guide-header-info h1, .s-lib-header h1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 30px;
}


.s-lg-guide-body .s-lib-box .s-lib-box-title {
    font: Arial;
    font-size: 30px;
    font-weight: normal;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0;
    color: #002D72;
    background-color: #ffffff;
}


.s-lg-guide-body .s-lib-box {
    background-color: #FFF;
    display: inline-block;
    margin: 0 0 30px;
    position: relative;
    padding: 15px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 15px #888888;
}


#s-lib-bc-page {
  display: none;
}



