/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .mr-last-read-action-bin {
    font-size: 32px; 
    color: black;
}

span.mr-last-read-action-bin {
    float: left;
    margin-left: 18px;
}

/* Dialog: form buttons for Add & Replace dialog*/
button.ui-button.ui-corner-all.ui-widget {
    color: white;
}

@media only screen and (max-width : 690px) {
    #mr_read_entry_container h3 {
        font-size: 15.4px!important;
        line-height: 21px!important;
    }

    #tab-1, #tab-2, #tab-3 {
        padding: 0.2em;
    }

    #mr_read_entry_container table {
        table-layout: fixed;
        width: 100%;
    }

    input#mr_read_entry_last, input#mr_read_entry_new {
        width: 112px;
        color: black !important;
    }

}



