body{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
.ibox {
    clear: both;
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 0;
    position: relative;
}
.ibox-title.ibox-profile-title {
    text-align: left;
    padding-top: 0;
    border-bottom: solid 1px #91cfff;
    margin-bottom: 1em;
}
.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e0e0e0;
    border-image: none;
    border-style: solid solid none;
    border-width: 0 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 10px 0 7px 0;
    min-height: 35px;
    text-align: center;
    border-bottom: solid 1px #E6E6E6;
}

h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    margin-top: 0px;
    color: #111111 !important;
}

.ibox-title h5, .ibox-title h6 {
    display: inline-block;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0;
    text-overflow: ellipsis;
    color: #000000;
    text-align: center;
    margin-bottom: 0;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
.form-group {
    margin-bottom: 15px;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}

.btn-primary {
    background-color: #25aae1;
    transition: .3s;
    border: 0px;
}