
ul.items {margin:0; list-style:none; padding:0; font-size:0.97em; font-weight:600;}
ul.items li {border-bottom:1px solid #E5E5E5; padding:14px;}
ul.items li span {float:right;}

.column {width:50%; display:inline-block; float:left; min-width:260px; padding:5px;}
.column.full {width:100%;}
.column .head {color:#fba311; display:block; font-size:18px; font-weight:bold; padding:10px 10px 0; text-transform:uppercase;}
.column .inputgroup label {float:left; font-weight:100; width:30%; margin-top:5px;}
    .column input.button {
        width: 100%;
        line-height: 40px;
        padding: 0;
        height: 40px;
        font-weight: bold;
        border: none;
        background: #009fda;
    }

.submit {text-align:right; clear:both;}
.submit .button.sm {padding:10px 20px; margin:10px;}

.resetPasswordForm, .setPasswordForm, .loginForm {
    width: 50%;
    margin: 0 auto;
}

div.manage {margin:80px 0 20px; text-align:center;}
div.manage .button {padding:10px 10px;}

.contentWrapper {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    height: calc(100vh - 153px);
}

.fundsManager {position:relative; float:left; width:100%; min-height:1px; padding-left:0px; padding-right:0px;}
@media only screen and (min-width:992px) {
    .fundsManager {position:relative; min-height:1px; margin-left:0.5%; margin-right:0.5%;}
}
@media only screen and (min-width:992px) and (min-width:992px) {
    .fundsManager {float:left; width:40.66667%;}
}

.profileMng {position:relative; float:left; width:100%; min-height:1px; padding-left:0px; padding-right:0px;}
@media only screen and (min-width:992px) {
    .profileMng {position:relative; min-height:1px; margin-left:0.5%; margin-right:0.5%;}
}
@media only screen and (min-width:992px) and (min-width:992px) {
    .profileMng {float:left; width:57.33333%;}
}
@media only screen and (max-width: 992px) {
    
    .passwordFormContainer .contentWrapper div {
        width: 100% !important;
    }
    .resetPasswordForm, .setPasswordForm, .loginForm {
        width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-height: 490px) {
    .contentWrapper {
        height: auto;
    }
}