/* 
 CSS styles for the user profile boxes.
 Moving this to its own file due to the sheer size of the current css files.
*/

#profile_details .ui-tabs-panel {
    border-bottom: 4px solid #8ac23e !important;
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    padding: 1.6em;    
    margin-top: -1px;
    background-color: white;
}

#profile_details .col {
    float: left;
    font-size: 0.92857em;
    width: 46%;
}

#profile_details ._1 {
    margin-right: 1.71429em;
    padding-right: 1.71429em;
    border-right: 1px dotted #cfdce2;
}

#profile_details .views-label {
    display: inline-block;
    width: 24%;
    vertical-align: top;
}

#profile_details .field-content {
    display: inline-block;
    width: 65%;
}


#profile_details .edu-title {
    margin-left: 0;
    margin-top: 1em;
}

.utl-links {
    font-size: 0.9em;
    list-style-type: none;
    width: auto;
    margin: 0 1em;
    padding: 0;
    text-align: right;
    margin-bottom: 2em;
}

#profile_details .views-field-item-id .field-content {
    width: 100% !important;
}

.user-profile h4.section-header, .user-profile h4.section-title {
    margin-top: 0 !important;
}

.update-btn {
    border-bottom: 1px dotted #cfdce2;
    margin-bottom: 1.66667em;
    padding-bottom: .8em;
}

#profile_details h4 {
    margin-bottom: 0;
}

#profile_details .ui-tabs ul.ui-tabs-nav {
    float: unset !important;
    border-bottom: unset !important;
    margin-bottom: unset !important;
}