.webmovel-title-line {
    position: relative;
    font-size: 20px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    color: #1F2937;
    font-family: arial;
    font-weight: bold;
    margin-bottom: 10px;
}
.webmovel-title-line:before, .webmovel-title-line:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 48%;
    height: 1px;
    content: '\a0';
    background-color: #cccccc;
    margin-left: 2%;
}
.webmovel-title-line:before {
    margin-left: -50%;
    text-align: right;
}
.tab-content label {
    font-weight: bold;
}
.webmovel-td-padding td:first-child {
    vertical-align: middle;
    padding-left: 5px !important;
}