:root {
    --csprimary: #3a589b!important;
    --bg-color: #eff2f9;
}
.user-name {
    font-size: 26px;
    font-weight: 700;
    color: #09356b;
    border-bottom: 0px;
    padding: 5px 0px;
    margin-left: 0;
}
.container {
    padding-left: 5px;
}
.social-icons {
    text-align: left;
    padding-top:0;
}
.social-icons a {
    background-color: white;
    color: #3a589b;
}
.profile-div {
    border-radius: 50%;
    background-color: #ffffff;
    overflow: hidden;
    height: 155px;
    width: 160px;
    margin: 30px auto;
    box-shadow: 0 0 5px grey;
    align-items: center;
    align-content: center;
    display: inherit;
}
.end-mob-cols-2 {
    background-color: var(--csprimary) !important;
    color: #fff;
    padding-bottom: 25px;
    border-radius: 0px 0px 10px 10px;
}
.side-btns {
       justify-content: center;
           width: 50%;
}
.home-btn {
    margin-left: 20px;
}
@media only screen and (min-width: 768px)
{
.side-btn-left {
    background-color: var(--csprimary)!important;
}
}
@media only screen and (max-width: 700px)
{
.mob-center {
    text-align: center;
    padding-bottom: 15px;
}
.social-icons {
    text-align: center;
}
.profile-div {
    margin: 10px auto;
}
table {
    width: 100%;
}
}
.side-btns .inl-btn a {
    border: 2px solid white;
    border-radius: 50%;
}
@media print {
        .col-md-3 {
        width: 25%;
    }
    .col-md-9 {
        width: 75%;
    }
    .container {
        width: 100%!important;
    min-width: 100%!important;
}
.row{
         width: 100%!important;
    min-width: 100%!important;
}
    .col-md-12{
         width: 100%!important;
    min-width: 100%!important;
}
}
/*.right-cols {*/
/*    width: 100%!important;*/
/*    min-width: 100%!important;*/
/*}*/
/*.container {*/
/*        width: 100%!important;*/
/*    min-width: 100%!important;*/
/*}*/
/*.row{*/
/*         width: 100%!important;*/
/*    min-width: 100%!important;*/
/*}*/
/*.col-md-12{*/
/*         width: 100%!important;*/
/*    min-width: 100%!important;*/
/*}*/
/*}*/
/*.job-location ul {*/
/*    display: inline-flex;*/
/*}*/
/*.job-location ul li {*/
/*    margin-right: 20px;*/
/*}*/