/*
 * user.css
 *
 * Use this file for adding custom CSS style. These styles will override
 * default theme styles. You can enable/disable this CSS file inside
 * WordPress Appearance > Theme Options > General
 */

/* ---------------------------------------------------------------
 * 1. GENERAL
 * Place your general theme styles in this section.
 * ------------------------------------------------------------ */


td, th {
    vertical-align: middle;
    text-align: center;
}

table tr td img {
    width: 100px;
}

table tr td {
    color: #008000;
}

table tr td.apr {
    #color: #3cb906;    
}

table tr td.initial {
    #color: #337ed6;
}

table tr td.standard {
    #color: #f09;
}

table tr td strong {
    font-size: 1.2em;
    font-style: normal;
    font-weight: bold;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 1;
}

table tr td span {
    font-size: 1.4em;
    font-style: normal;
    font-weight: normal;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 1;
}

table tr td small {
    display: block;
    font-size: 0.3em;
    font-weight: normal;
    font-size: 0.3em;
    color: #3cb906;
    padding: 0;
    margin: 0;
}

.home-thumb {
    float: left;
    width: 35%;
    margin-right: 2%;
}
/* ---------------------------------------------------------------
 * 2. TABLET
 * CSS fallback for device width 768px or below
 * ------------------------------------------------------------ */

@media only screen and (max-width: 768px) {


}


/* ---------------------------------------------------------------
 * 3. MOBILE
 * CSS fallback for device width 480px or below
 * ------------------------------------------------------------ */

@media only screen and (max-width: 480px) {


}