body { font: 12px Tahoma, Geneva, sans-serif; }

/* panel */
.panel, .panelcollapsed {
    background: #FFF;
    margin: 5px;
    /*width: 900px;*/
    /*border: 1px solid #999;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0px 0px 5px;*/
}

/* panel heading */
.panel h2, .panelcollapsed h2
{
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
	padding: 5px;
	/*background: #2E9AFE url(../images/arrow-up.gif) no-repeat 870px;
	border-bottom: 1px solid #999;*/
	/*-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;*/
}

/* panel heading on rollover */
.panel h2:hover, .panelcollapsed h2:hover { background-color: #2E9AFE; }

/* heading of a collapsed panel */
.panelcollapsed h2 {
    /*background: #e3e3e9 url(../images/arrow-dn.gif) no-repeat 870px;*/
    background: #e3e3e9 870px;
}

/* panel content - do not set borders or paddings */
.panelcontent
{
    color:#262626;

	overflow: hidden;
}

/* collapsed panel content */
.panelcollapsed .panelcontent { display: none; }

/* Two Column */
.col-container {
    display: table;
    width: 100%;
}

.col-container ul {
    list-style-type: none;
}

.col {
    display: table-cell;
    padding: 16px;
}

th {
    text-align: left;
}
