body {
background-color: #f6f1e3;
color: #000000;
font-size: 20px;
margin: 0px;
min-width: 980px;
padding: 0;
border: none;
}
.maintable {
color: #000000;
font-size: 18px;
line-height: 18px;
}
.Overall {
color: #000000;
font-weight: bold;
font-style: italic;

}
.trnsfrm{
font-size: 14px;
text-align: center;
padding: 0px;
}
.cnncblk{
padding-top: 20px;
padding-bottom: 20px;
vertical-align: center;
transform: rotate(90deg);
}
.bottom {
font-size: 20px;
line-height: 20px;
}
.vprior{
    border-style: dashed;
    border-width: 2px;
}
.orig
{
font-color:red;
}
        .button-success,
        .button-error,
        .button-warning,
        .button-secondary {
            color: white;
            border-radius: 4px;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        }

        .button-success {
            background: rgb(28, 184, 65); /* this is a green */
        }

        .button-error {
            background: rgb(202, 60, 60); /* this is a maroon */
        }

        .button-warning {
            background: rgb(223, 117, 20); /* this is an orange */
        }

        .button-secondary {
            background: rgb(66, 184, 221); /* this is a light blue */
        }
		.button-xlarge {
            font-size: 125%;
        }
		