table {
    font-size: 13px;
    line-height: 1.5em;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #c9c9c9;
    box-shadow: 5px 5px 5px #eee;
}
td, th {
    vertical-align: top;
    padding: 8px 10px;
    text-align: left;
    border-top: 1px solid #eee;
}
th {
    padding: 8px;
    background-color: #f5f5f5;
    font-weight: normal;
    border-top: 0;
    border-bottom: 1px solid #c9c9c9
}
tr:hover td {
    cursor: pointer;
    background-color: #ECEFF1;
}
.dlabel {
    border: 1px solid #ccc;
    padding: 3px 5px;
    font-size: 13px;
    border-radius: 5px;
}

table.ts-addr td {
    padding: 0;
    border: 1px solid #ECEFF1;
}
table.ts-addr input,
table.ts-addr textarea {
    border: none;
    width: 100%;
}

.ctable .btns {
    margin-bottom: 10px;
}
.ctable .btns:last-child {
    margin-top: 15px;
}
/* --- */
.btns button {
    cursor: pointer;
    background: #f3f5f6;
    border: 1px solid #aaa;
    color: #555;
    padding: 0 12px;
    height: 30px;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
}
.btns button:hover {
    background: #f1f1f1;
    border-color: #333;
    color: #333;
}
.btns .fa {
    margin-right: 5px;
}
.btns .primary {
    color: #fff;
    font-weight: 600;
    background: #007cba;
    border-color: #007cba;
}
.btns .primary:hover {
    color: #fff;
    background: #0071a1;
    border-color: #0071a1;
}


:focus { outline: none; }

.ctable .pname a {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
}
.ctable .pname ul {
    font-size: 12px;
    color: #777;
    list-style: circle;
    line-height: 1.4;
    margin-left: 20px;
}

.ctable.thm-lang {
    display: inline-block
}
.ctable.thm-lang table {
    width: 350px;
    border: none;
    box-shadow: none;
    font-size: 12px;
}
.ctable.thm-lang tr td:first-child {
    width: 1%;
    padding: 5px;
}
.ctable.thm-lang td {
    padding: 2px 0px;
    border: 0;
}
.ctable.thm-lang input {
    width: 100% !important;
}
