/* CSS Document */
.rwmb-field {
    margin-bottom: 5px;
}

.rwmb-label {
    width: 29%;
}

.rwmb-input {
    width: 60%;
}

.rwmb-label, .rwmb-input {
    display: inline-block;
}

.rwmb-label label, .rwmb-label input {
    vertical-align: top;
}

#side-sortables .rwmb-label, 
#side-sortables .rwmb-input {
    width: 100%;
    margin-bottom: 5px;
}

#side-sortables #tm_title .rwmb-label {
    width: auto;
    margin-right: 10px;
}

#side-sortables #tm_title .rwmb-input {
    width: auto;
}

.rwmb-text {
    width: 100px;
}