﻿body {
    font-size: 140%;
}
TD.state-green
{
	background-image: url(../images/result-green.gif);
	background-repeat: no-repeat;
	background-position: center;
    background-size: 16px;
}
TD.state-yellow
{
	background-image: url(../images/result-yellow.gif);
	background-repeat: no-repeat;
	background-position: center;
    background-size: 16px;
}
TD.state-red
{
	background-image: url(../images/result-red.gif);
	background-repeat: no-repeat;
	background-position: center;
    background-size: 16px;
}
TD.kmlogo
{
	background-image: url(../images/km-logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px;
	width: 50px;
}
/*// Loading container*/
#spinner-modal
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000000000;
    background-color: #1E1E1E;
    opacity: .9;
    display:none;
}
#spinner
{
	left: 50%;
	top: 50%;
	position: absolute;
}
