
.button_mp {
    font-family: inherit;
    font-size: 100%;
    padding: 0.5em;
    margin-right: 0.2em;
    color: rgba(0, 0, 0, 0.80); /* rgba supported */
    border: 1px solid #999;  /*IE 6/7/8*/
    border: none rgba(0, 0, 0, 0);  /*IE9 + everything else*/
    background-color: #ff6600cf;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
}

.button_wfl_positive {
    font-family: inherit;
    font-size: 100%;
    padding: 0.5em;
    margin-right: 0.2em;
    color: rgba(0, 0, 0, 0.80); /* rgba supported */
    border: 1px solid #999;  /*IE 6/7/8*/
    border: none rgba(0, 0, 0, 0);  /*IE9 + everything else*/
    background-color: rgb(0, 153, 0);
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
}

.button_wfl_negative {
    font-family: inherit;
    font-size: 100%;
    padding: 0.5em;
    margin-right: 0.2em;
    color: rgba(0, 0, 0, 0.80); /* rgba supported */
    border: 1px solid #999;  /*IE 6/7/8*/
    border: none rgba(0, 0, 0, 0);  /*IE9 + everything else*/
    background-color: rgb(204, 0, 0);
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
}

.button_wfl_third_state {
    font-family: inherit;
    font-size: 100%;
    padding: 0.5em;
    margin-right: 0.2em;
    color: rgba(0, 0, 0, 0.80); /* rgba supported */
    border: 1px solid #999;  /*IE 6/7/8*/
    border: none rgba(0, 0, 0, 0);  /*IE9 + everything else*/
    background-color: rgb(140, 140, 140);
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
}

/* Create two equal columns that floats next to each other */
.my_column {
    float: left;
    width: 50%;
}

/* Clear floats after the columns */
.my_row:after {
    content: "";
    display: table;
    clear: both;
}

#main { padding-left: 10px;
padding-right: 10px}
.dex-table { border-collapse: collapse; line-height: 1em;}
.dex-table th, .dex-table td {border: 1px solid #ffc69f;}
.dex-table-head { background: #ff6600cf; color: #fff;}
.dex-table-row { background: #fff; border-spacing: 2px;} /*#fff0e6*/
.dex-table-row:hover { background: #ffc266; }

.dex-field { padding: 0.2em 0.25em !important; height: 1.5em !important; }

