﻿a {
	word-break: break-all;
}

table {
	width: 100%;
}

th {
	background-color: rgb(51, 140, 232);
	color: #ffffff;
	height: 40px;
}

.col1 {
	width: 20%;
}

.col2 {
	width: 15%;
}

.col3 {
	width: 10%;
}

.stopuse a{
	color: #dfdfdf;
}

.col1 {
	width: 20%;
}

td,th {
	border: 1px solid #CCD;
}

th {
	border-top: 1.5px solid rgb(51, 140, 232);
}

thead .col1{
	border-left: 1.5px solid rgb(51, 140, 232);
}

thead .col4{
	border-right: 1.5px solid rgb(51, 140, 232);
}

td {
	padding: 5px;
}

tr {
	background-color: #ffffff;
	height: 35px;
}

.leftCol {
	background-color: #C5E0FB;
}

.firstCol {
	width: 30px;
	border: 0;
	background-color: #ffffff;
}

.centerCol {
	text-align: center;
}