#designer_profile_settings_form h3 {
    margin-top: 50px;
}

.table-user-information > tbody > tr {
    /*border-top: 1px solid rgb(221, 221, 221);*/
}

.table-user-information > tbody > tr:first-child {
    border-top: 0;
}
.designer-title {
    font-size:26px;
}

.table-user-information > tbody > tr > td {
    border-top: 0;
    padding: 0;
}
.toppad
{margin-top:20px;
}
.table-user-information, .designer-info-table{
    width:100%
}

.thumbnail {
    position:relative;
    overflow:hidden;
}

.caption {
    position:absolute;
    top:0;
    right:0;
    background:rgba(66, 139, 202, 0.75);
    width:100%;
    height:100%;
    padding:2%;
    display: none;
    text-align:center;
    color:#fff !important;
    z-index:2;
}

#profileImg {
    /*max-height: 100px;*/
    /*max-width: 100px;*/
}