.expender {
    height: 20px;
    width: 20px;
    cursor: pointer;
}
.right-arrows {
    transition-duration: 100ms;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #242424;
    margin-left: 5px;
}
.expender.exp-open .right-arrows{
    transform: rotate(90deg);
}
.expender.exp-close .right-arrows {
    transform: rotate(0deg);
}
.expender-content {
    display: none;
}
.expender-content.exp-open {
    display: table-row;
}

.ctable.thm-pv {
    display: inline-block;
    width: calc(100% - 150px);
}

.ctable.thm-pv input {
    padding: 0 8px;
    line-height: 1.8;
    min-height: auto;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.ctable.thm-pv input[type=text] {
    width: 90px;
}
.ctable.thm-pv input.w-il,
.ctable.thm-pv textarea.w-il {
    width: 350px;
}

.ctable.thm-pv .expender-content td {
    border-top: 0;
}

.ctable.thm-pv tr:hover td {
    background: none;
}

.thm-pv table {
    border: 0;
    border-bottom: 1px solid #eee;
    box-shadow: none;
}

.thm-pv th {
    background: none;
}

.thm-pv td, .thm-pv th {
    padding: 5px 8px;
    vertical-align: middle;
}

.thm-pv button {
    font-size: 12px;
    height: 23px;
    color: #1e1e1e;
    background: #f3f5f6;
    border-color: #ddd;
}

.thm-pv button:hover {
    color: #1e1e1e;
    background: #f1f1f1;
    border-color: #ccc;
}

.thm-pv .uform.cd {
    margin: 0 0 8px 0;
    padding: 8px;
    box-shadow: none;
    border-color: #dedede;
}
.thm-pv .uform.cd li {
    margin-top: 5px;
}

.thm-pv .uform.cd label {
    font-size: 12px;
    font-weight: normal;
}
.thm-pvpg {
    display: inline-block;
    background: aliceblue
}
