/*.container {background-color: #fff;}*/
.profile-info-box {color:#424243; font-family: 'gotham_mediumregular'; background-color: #fff; margin-top: 90px;}
.profile-info-box .profile-img { display: block; width: 230px; height: 230px; object-fit: cover; margin: 0 42px 0 0; border-radius: 0;}
.profile-info-box-right {font-size: 14px; padding: 12px 0 0 0; min-height: 230px; position: relative; max-width: 97%;}
.profile-info-box-right div {margin-bottom: 14px;}
.profile-username {color:#e64527; font-size: 20px; text-overflow: ellipsis; overflow: hidden;}
.profile-fullname {font-family: 'gotham_boldregular'; font-size: 14px;}
a.profile-website {color:#424243; text-decoration: underline;text-decoration-color:#CCC;}
.profile-bio {line-height: 16px;}
a.profile-website, .profile-bio {font-family: 'open_sansregular', sans-serif; font-size: 13px; color: #414142; font-weight: 400;}
.profile-currently-in-box {width: 160%}
.profile-currently-in-pin-on {width: 16px; margin-top: -2px;}
.profile-currently-in-text {font-size: 13px;color:#424243;margin: 0 2px; }

.pull-left-md {
    float: left;
}

@media (min-width: 1028px) {
    .container-fixed-max-width {
        max-width: 900px !important;
    }
}
@media (max-width: 1028px) {
    .container-fixed-max-width {
        max-width: 570px !important;
    }
}

@media (max-width: 587px) {
    .container-fixed-max-width {
        max-width: 300px !important;
    }

    .pull-left-md {
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #journoList .journo-box {
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .profile-currently-in-box {
        width: 120%;
    }
}

@media (min-width: 768px) {
    .profile-info-box-right {max-width: 50%;}
}

#journoList .empty {
    padding-left: 50px;
    padding-right: 50px;
}
