body {
    background-color: #f4f4f4 !important;
}

.flat-div {
    background-color: #fff;
}
.usercenter-container {
    border: none;
}
.form-center .wrapper {
    padding: 10px;
}

.experience-form .items:after {
    width: 422px !important;
}

.experience-delete {
    display: none;
}

.experience-add {
    display: none;
}

.col-3 {
    width: 100%;
}

label {
    cursor: auto !important;
}

.form-group {
    margin-bottom: 0;
}
.form-group .title{
    text-align: right;
}
.form-group .content{
    padding-left: 10px;
}
.border-bottom{
    border-bottom: 1px solid #ddd;
}
h2.title{
    padding: 15px 0;
}
h3.title{
    font-size: 14px;
    padding: 15px 0;
}
.block-item{
    display: inline-block;
    line-height: 32px;
    padding: 0 15px;
    border-radius: 4px;
    background: #f1f3f5;
    color: #333;
    margin-right: 10px;
    margin-bottom: 15px;
}
.form-group > .content{
    width: calc(100% - 100px);
}

.usercenter-bg {
    position: relative;
}

.usercenter-bg .change-bg {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #fff;
    line-height: 30px;
    height: 30px;
    padding: 0 15px;
    border-radius: 20px;
    background-color: rgba(255,255,255,.8);
    z-index: 99;
    color: #666;
}

.usercenter-bg p a {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}

.usercenter-bg p a:hover {
    color: #1da1f2;
    text-decoration: underline !important;
}

.form-center .form-group .title {
    width: 170px;
    text-align: left;
}

.form-group .content {
    padding-left: 0 !important;
}

.form-group > .content {
    width: calc(100% - 175px) !important;
}
