﻿.csrLine{
    border: 0; 
    clear:both; 
    display:block; 
    width: 100%; 
    background-color:#000000; 
    height: 2px;
}

.csrHeaderTitle{
    background-color:#3fa9f5 !important; 
    color:white; 
    font-weight: bold; 
    font-size:20px !important;
}

.csrSectionTitle{
    font-weight:bold; 
    font-size:14px !important;
    padding-left:15px;
    margin: 0px !important;
}

.csrDetail{
    margin-left:30px;
    padding-right:45px;
}

.verticalLineLeft {
    border-left: solid #000000 !important;
}

.verticalLineRight {
    border-right: solid #000000 !important;
}

.horizontalLineTop {
    border-top: solid #000000 !important;
}

.horizontalLineBottom {
    border-bottom: solid #000000 !important;
}

.simpleBorder{
    border-left: solid #000000 !important;
    border-right: solid #000000 !important;
    border-top: solid #000000 !important;
    border-bottom: solid #000000 !important;
}

.consultantRatingContainer {
  display: flex;
  justify-content: space-between;
}