#profile.profile {
    padding: 30px 0 0 50px;
}

#profile .profile-table table td {
    border-bottom: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
    background: #fff;
    height: 30px;
    padding: 10px 18px;
    width: 367px;
}

#profile .profile-table table td:first-child {
    background: #e0e0e0;
    width: 181px;
}

#profile .profile-table table .profile-td-lower hr {
    margin-top: 5px;
    margin-bottom: 10px;
    border-color: #ccc;
}

#profile .profile-table table .profile-td-lower .input-icon-group {
    margin-left: 0;
}

#profile .profile-table table .profile-td-lower button {
    width: 54px;
    height: 22px;
    line-height: 0;
    padding-left: 7px;
}

#profile .profile-image {
    /*margin-top: 50px;*/
    /*margin-right: 100px;*/
    margin-top: 20px;
    margin-left: 30px;
}

#profile .profile-image .upper {
    margin-bottom: 5px;
}

#profile .profile-image button {
    padding: 2px 5px;
}

#profile .dropdown:hover .dropdown-menu {
    display: inline;
    margin-top: 0;
}

#profile .btn-fileupload input {
    top: 0;
}

#profile .dropdown-upload.btn-fileupload {
    width: 160px;
    font-size: 13px;
    text-align: center;
    height: 25px;
}

#profile .dropdown-upload.btn-fileupload:hover {
    color: #fff;
    background-color: #2fa4e7;
}

#profile input.form-control {
    width: 267px;
    height: 30px;
}

#profile .upper img {
    width: 121px;
    height: 122px;
}