#primary-menu ul li > a span {
    display: block;
    float: right;
    margin: -2px 0 0 5px;
    padding: 1px 7px 0 8px;
    border: 1px solid #0a6aa1;
    background-color: #0a6aa1;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}
.full-page-header {
    position:absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index:1;
    padding: 4rem 0;
}
.full-page-title span {
    font-size: 3.5rem;
}
.full-page-header .full-page-intro p {
    padding: 0 0 10px 0;
    margin: 0;
    color: white;
}
.custom-page-body {
    margin-top: 115px;
}
.empty-card-message {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.5;
}
.user-content-container {
    color: #39417E;
    margin-top: -64px;
    /*margin-top: 0px;*/
}
.user-content-header {
    width: 100%;
    background-color: #F6F6F6;
    padding: 15px 30px;
    z-index: 1;
    position: absolute;
    left: 0;
}
.user-content-header-container {
    padding: 0 30px;
}
.user-content-header h2 {
    height: 37px;
    width: 100%;
    color: #39417E;
    font-family: Ubuntu;
    font-size: 33px;
    font-weight: 500;
    letter-spacing: 1.83px;
    line-height: 38px;
}
.user-content-header p {
    width: 100%;
    color: #39417E;
    font-family: Ubuntu;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 18px;
    margin: 55px 0 10px 0;
}
.user-content-body {
    padding: 185px 30px 15px;
}
.user-content-body h3 {
    width: 100%;
    color: #39417E;
    font-family: Ubuntu;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 1.56px;
    line-height: 32px;
}
.user-content-body p {
    width: 100%;
    color: #444444;
    font-family: Lato;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 22px;
}
.row-container {
    width: 100%;
    height: 30px;
    margin-top: 40px;
    border-bottom: 1px solid rgba(57,65,126,0.3);
}
.container-row-left {
    width: 30%;
    float: left;
}
.container-row-right {
    width: 70%;
    float: left;
}
.container-row-left {
    height: 22px;
    color: #39417E;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 22px;
}
.container-row-right, .container-row-right p {
    height: 20px;
    color: #39417E;
    font-family: Ubuntu;
    font-size: 18px;
    letter-spacing: 0.56px;
    line-height: 21px;
}
.ezcountry-field, .ezselection-field {
    margin: 0;
    display: inline-block;
}
.user-content-table {
    color: #39417E;
    font-family: Ubuntu;
}
.user-content-table tr th {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 22px;
}
.user-content-table tr td {
    font-size: 14px;
    letter-spacing: 0.44px;
    line-height: 16px;
}
.button-course {
    font-family: Lato;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 18px;
    text-align: center;
    background-color: #39417E;
    color: #ffffff;
    border: 1px solid #39417E;
    text-transform: uppercase;
    padding: 10px;
    width: 80%;
    float: right;
}
.inner-container-body {
    padding: 0 30px;
}
@media only screen and (max-width: 600px) {
    .user-content-container {
        margin-top: -64px;
    }
}
