:root {
    --csprimary: #75797b!important;
    --bg-color: #eff2f9;
}
.download-btn.downpop a {
    background-color: #000000 !important;
    color: #fff !important;
}
ul.no-bullet li i {
    background-color: #000000;
}
.social-icons a {
    color: #000000!important;
}
.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: -80px auto 5px;
    box-shadow: 0 0 5px grey;
    align-items: center;
    align-content: center;
    display: inherit;
}
.end-mob-cols-2 {
        padding-bottom: 25px;
    }
/*.end-mob-cols-2 {*/
/*        background-color: var(--csprimary)!important;*/
/*        color:#fff;*/
/*    }*/
    .mob-center {
    text-align: center;
    /*padding-bottom: 15px;*/
}
.job-location {
    text-align: left;
    margin: 0 auto;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (min-width: 768px)
{
.side-btn-left {
    background-color: var(--csprimary)!important;
}
}
@media only screen and (max-width: 700px)
{

.social-icons {
    text-align: center;
}
.profile-div {
    margin: 10px auto;
}
   table {
    width: 100%;
}
}
@media print {
.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;*/
/*}*/