﻿h1.customModuleTitle {
    color: #707070 !important;
    font-size: 35px !important;
}

hr.docket {
    border-top: 2px solid #B2B2B2 !important;
}

img.photo {
    height: 240px !important;
    width: 200px !important;
    border: .5em solid #e7e7e7 !important;
    box-shadow: 0px 5px 15px grey !important;
}


/* Docket Module Styling */
.fa-ul > li {
    /*font-size: 30px !important;*/
    margin-bottom: 1em !important;
}

.fa-li {
    position: unset !important;
}

.fa-ul > li > p {
    margin-top: 1em;    
}

.jumbotron > h1 {
    color: #ffffff !important;
}

.jumbotron {
    margin-bottom: 0 !important;    
    color: #ffffff !important;    
    background-color: transparent;
}

.card-header {
    color: #fff !important;
    background-color: #1b416e !important;
}

.card-header h1, .card-header button.btn.btn-link{
    color: #fff !important;
}

.docketTitle {
    background-color: #000000;
}

.docketHeader {
    background-color: #1B416E; /*#B2B2B2;*/
    color: #ffffff;
    font-size: 25px;
    padding-bottom: .5em;
    padding-top: .5em;
}

/* Lawyer Module Styling */
img.lawyerPhoto {
    height: 240px !important;
    width: 200px !important;
    border: .5em solid #e7e7e7 !important;
    box-shadow: 0px 5px 15px grey !important;
}


/* Courts CSS */
.news-category-projection {
    border-right: 1px solid #1b416e;
}