﻿/* планы правительства */
.custom-plan-page h2 {
	color: #000;
	font-size: 14px;
	font-weight: normal;		
	margin-bottom: 3px;	
}
.custom-plan-page .table thead td {
	font-size: 11px;
	line-height: 1.2;
}
.custom-plan-page .hr {
	height: 5px;
	border-radius: 2px;
	background: #e1e1e1;
	margin-bottom: 16px;
}
.custom-plan-page .hr hr {
	display: none;
}
.custom-plan-page .plan-name {
	font-size: 16px;
	padding-top: 16px;
	font-weight: bold;
}
.custom-plan-page .cols-title {
	font-size: 13px;
	padding-bottom: 3px;
	text-align: center;
	font-weight: bold;
	border-bottom: solid 1px #e1e1e1;
}
.custom-plan-page .time {
	font-size: 20px;
	display: block;
	padding-bottom: 8px;
}