﻿/* Default page (viewports and stuff) for Second Chair) */
#defaultcontent
{
	color: White;
	min-height: 500px;
	font-size: 115%;
}

#defaultcontent p
{
	padding-left: 15px;
	padding-right: 15px;
}

#presection1
{
	display: none;
}

.section1of2
{
	background: #333;
	min-height: 500px;
	width: 50%;
	height: 100%;
    color: LightGray;
}

.section1of2 p
{
    margin: 4%;
    font-size: 130%;
}

.section2of2
{
	background: #222;
	width: 50%;
	height: 100%;
	min-height: 500px;
    color: LightGray;
}

.section2of2 p
{
    margin: 4%;
    font-size: 130%;
}

.section3of2
{
	background: #777;
	width: 50%;
	height: 100%;
	min-height: 500px;
    color: LightGray;
}

.section3of2 p
{
    margin: 4%;
    font-size: 130%;
}

.section1of3
{
	background: #333;
	min-height: 500px;
	width: 33%;
	height: 100%;
    color: LightGray;
}

.section1of3 p
{
    margin: 4%;
    font-size: 130%;
}

.section2of3
{
	background: #222;
	width: 33%;
	height: 100%;
	min-height: 500px;
    color: LightGray;
}

.section2of3 p
{
    margin: 4%;
    font-size: 130%;
}

.section3of3
{
	background: #777;
	width: 33%;
	height: 100%;
	min-height: 500px;
    color: LightGray;
}

.section3of3 p
{
    margin: 4%;
    font-size: 130%;
}

#postsection2
{
	clear: both;
}

.display-table
{
	width: 100%;
}

.display-table td, th
{
	color: Black;
}

.display-table a
{
	color: Blue;
}

.display-expired
{
	color: Red;
}

.display-new
{
	color: Blue;
}

.display-old
{
	color: Black;
}

.vert-align
{
    vertical-align: middle;
}

.margin-top-third
{
    padding: 30% 0 0 0;
}

/* Locations */
.col-event-matter
{
	width: 15%;
	text-align: center;
}

.col-event-recent
{
	width: 10%;
	padding: 0px 4px 0px 4px;
	text-align: center;
}

.col-event-open
{
	width: 10%;
	padding: 0px 4px 0px 4px;
	text-align: center;
}

.col-event-due
{
	width: 10%;
	padding: 0px 4px 0px 4px;
	text-align: center;
}

.col-event-casename
{
	width: 35%;
	padding: 0px 4px 0px 4px;
}

.col-event-datefiled
{
	width: 10%;
	text-align: center;
}

.caution
{
    background-color: Yellow;
    color: Black;
    font-size: large;
}

#myCarousel
{
    max-height: 50%;
}