﻿/* Main CSS */
@media all {

.cp-head {
	/* border-bottom: 1px inset gray; */
}

.cp-head ul {
	padding-bottom: 20px; 
}

.cp-list table {
	border: none;
	width: 100%;
}

.cp-list td {
	text-decoration: underline;;
	vertical-align: top;
	text-align: left;
}

.cp-list .main,
.cp-list .sub,
.cp-item {
	white-space: nowrap;
}
.cp-list .plus-symbol {
	height: 18px;
	width: 18px;
}
.cp-list .plus-symbol:before,
.cp-list .plus-symbol:after {
	height: 4px;
	width: 14px;
	background: #0072bc;
	margin-top: 11px;
	margin-left: -17px;
}
} /* End Main CSS */
