@charset "utf-8";
#container_new {
	width: 100%;
	height: 15px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
#column20 {
	width: 20%;
}
.Product {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #066;
	font-weight: bold;
}

.grayCircle {
    background: #E1E5E6;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
}

.redCircle {
    background: #d34c07;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
}


.orangeCircle {
    background: #dc971c;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
}


.greenCircle {
    background: #3c9d62;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
}