.entity-icon-addform {
    width: 60px;
    display: inline-block;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size:70%;
    overflow: hidden;

    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -khtml-transition: all 0.4s ease;
}

.entity-icon-addform:hover {
    font-size: 100%;

    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -khtml-transition: all 0.4s ease;
}

.relationship-main {
    position: relative;
}

.relationship-main tr:first-child {
    display: block;
    position: absolute;
    right: 0;
    top: -40px;
}
.relationship-main tr:not(:first-child) {
    display: block;
    margin: 0 0 -8px 0;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    padding: 8px 2px 16px 2px;
    background: white !important;
    width: 100%;

}

.relationship-form-container .form-newentity {
    padding: 8px;
    border: 1px solid #eee;
    background-color: #f8f8f8;
    margin-top: 4px;
}