.mkvvtable
{
    width: 100%;
    border-collapse: collapse;
    font-family: verdana;
    font-size: 12px;
    margin-bottom: 10px;
}
.mkvvtable th
{
    padding: 5px;
    border: #ddd 1px solid;
    background: #5588cd;
    color: #FFFFFF;
    font-size: 17px;
    margin: 0 0 0 0;
    font-weight: normal;
    text-align: left;
}
.mkvvtable td
{
    padding: 5px;
    border: #ddd 1px solid;
    text-align: left;
    width: 25%;
}
/* provide some minimal visual accomodation for IE8 and below */
.mkvvtable tr
{
    background: #fafafa;
}
/*  Define the background color for all the ODD background rows  */
.mkvvtable tr:nth-child(odd)
{
    background: #FBFBFB;
}
/*  Define the background color for all the EVEN background rows  */
.mkvvtable tr:nth-child(even)
{
    background: #f7f7f7;
}
input[type="text"], input[type="password"], textarea, select
{
    padding: 7px;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #bbb;
}
.select
{
    width: 72% !important;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus
{
    box-shadow: 0 0 8px #236ccf;
    border: solid 1px #236ccf;
}
input[type="text"], input[type="password"], textarea
{
}
.none table, .none table td
{
    border: none !important;
    background-color: inherit !important;
}

.mkvvtableO
{
    width: 100%;
    border-collapse: collapse;
    font-family: verdana;
    font-size: 12px;
    margin-bottom: 10px;
}
.mkvvtableO th
{
    padding: 5px;
    border: #ddd 1px solid;
    background: #5588cd;
    color: #FFFFFF;
    font-size: 17px;
    margin: 0 0 0 0;
    font-weight: normal;
    text-align: left;
}
.mkvvtableO td
{
    padding: 5px;
    border: #ddd 1px solid;
    text-align: left;
}
/* provide some minimal visual accomodation for IE8 and below */
.mkvvtableO tr
{
    background: #fafafa;
}
/*  Define the background color for all the ODD background rows  */
.mkvvtableO tr:nth-child(odd)
{
    background: #FBFBFB;
}
/*  Define the background color for all the EVEN background rows  */
.mkvvtableO tr:nth-child(even)
{
    background: #f7f7f7;
}
.btn_mpmkvv
{
    background-color: #5588cd;
    border: none;
    padding: 8px 8px;
    color: #fff;
    border-radius: 4px 4px;
    margin: 10px;
}
.container {
    width: 1000px;
    height: 100% !important;
    margin: 0 auto;
    padding: 0;
    background-position: left bottom;
    background-repeat: no-repeat;
}