#profileMenu{
    padding: 0;
}
#profileMenu li,#profileContent ul li{
    list-style: none;
}
#profileMenu li a{
    display: block;
    padding: 5px 10px;
}
#profileMenu li a i{
    margin-right: 5px;
}
.sidebar{
    border: 1px solid #e0d8d8;
}
.sidebar .box-heading p{
    padding: 15px;
    background: #eb1c24;
    font-weight: bold;
    color: #fff;
}
.sidebar .box-heading p i{
    font-size: 19px;
    vertical-align: middle;
    margin-right: 10px;
}
#profileContent{
    padding: 0;
}
#profileContent .btn-use{
    background: #eb1c24;
    color: #fff;
}
#profileContent .profile select{
    height: 36px;
    width: 100%;
    border-color: #91ad41;
}
#profileContent ul{
    padding: 0;
}
#profileContent form.f .btns{
    text-align: center;
    margin-top: 25px;
}
#profileContent form.f .btns input{
    border: none;
    padding: 7px 10px;
}
#profileContent form.f li {
    margin-bottom: 10px;
}
#profileContent form.f li label{
    margin: 0;
    width: 40%;
}
#profileContent form.f li:not(:last-child) input{
    width: 60%;
}
.change-title{
    font-size: 28px;
}
@media (max-width: 600px) {
    #profileContent {
        margin-top: 30px;
        text-align: center;
    }
}
