﻿
html
{
	font-size: 100%;
}

body
{
	color: #005FBA;
	background-color: #EBF4FE;
	font-family: inherit;
	font-size: 1.12rem;
	letter-spacing: normal;
	margin: 0px;
	padding: 0px;
}

h1
{
	color: #FF7E5B;
	font-size: 1.3rem;
	margin-top: 12px;
	text-align: center;
}

.page_container
{
	margin: 0px auto;
	max-width: 1280px;
	padding: 0px 1px 0px 1px;
}

.main_table
{
	border-collapse: collapse;
}

.first_cell
{
	border: 2px solid #609CE5;
	min-width: 250px;
	padding: 0px 0px 30px 0px;
	text-align: center;
	vertical-align: top;
}

.second_cell
{
	border: 2px solid #609CE5;
	padding: 10px;
	vertical-align: top;
}

.committee_info
{
	background: #DEE8F2;
	border-bottom: 1px solid transparent;
	border-left: 4px solid #FF7E5B;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	border-radius: 15px;
	margin: 20px;
	padding: 20px 20px 12px 20px;
}

.committee_info > div
{
	white-space: nowrap;
}

.committee_info svg
{
	fill: #005FBA;
	vertical-align: top;
}

.committee_info p
{
	display: inline-block;
	margin: 0px 0px 10px;
	white-space: normal;
}