
/*div#post-body {*/
/*    margin-right: 0 !important;*/
/*}*/

table.my-form-table-border {
    border: 1px solid black;
    border-collapse: separate;
    width: 100%;
}

table.my-form-table-noborder {
    border-style: none;
    border-collapse: separate;
    width: 100%;
}

.cem-button-red {
    background: firebrick;
    border-color: firebrick;
    color: white;
    line-height: 2.15;
    border-radius: 3px 3px 3px 3px;
    border-width: 1px 1px 1px 1px;
    font-size: 13px;
    padding: 0 10px;
    cursor: pointer;
}

.cem-button-blue {
    background: #007cba;
    border-color: #007cba;
    color: white;
    line-height: 2.15;
    border-radius: 3px 3px 3px 3px;
    border-width: 1px 1px 1px 1px;
    font-size: 13px;
    padding: 0 10px;
    cursor: pointer;
}

.cem-button-khaki {
    background: khaki;
    border-color: khaki;
    color: black;
    line-height: 2.15;
    border-radius: 3px 3px 3px 3px;
    border-width: 1px 1px 1px 1px;
    font-size: 13px;
    padding: 0 10px;
    cursor: pointer;
}

.cem-button-tan {
    background: tan;
    border-color: tan;
    color: black;
    line-height: 2.15;
    border-radius: 3px 3px 3px 3px;
    border-width: 1px 1px 1px 1px;
    font-size: 13px;
    padding: 0 10px;
    cursor: pointer;
}

.cem-button-bw {
    background: #a0a0a0;
    border-color: #a0a0a0;
    color: black;
    line-height: 2.15;
    border-radius: 3px 3px 3px 3px;
    border-width: 1px 1px 1px 1px;
    font-size: 13px;
    padding: 0 10px;
    cursor: pointer;
}


