/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

/*** Canvas Overrides - BEGIN ***/

#content p {
	margin-bottom: 15px;
}

.side-tabs ul.tab-nav li a {
    line-height: 35px;
}

td button.btn-link {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	
}

/*
.col_one_fourth {
	margin-bottom: 25px;
}
*/

/*** Canvas Overrides - END ***/


#CommentaryBox {
	font-size: 90%;
	line-height: 2.0em
}

.ht-comment-table {
	margin-bottom: 0px;
}

.ht-comment-table tbody tr td {
	padding: 3px;
}

.ht-comment-table thead tr th {
	padding: 3px;
}


/*** Lists ***/
ul.itemlist-wrapper {
	list-style:none outside none;
	margin:0;
	padding:0 0 2px 0;
}

ul.itemlist-wrapper ul.itemlist {
	margin-left: 10px;
}

ul.itemlist {
	list-style:none outside none;
	margin:0;
}

.itemlist-wrapper h4 {
	font-size: 110%;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0;
	line-height: 150%;
}

