/* 
This is the section css for
Building Summaries 
*/

#home-content .rightColumn{
	padding-left: 20px;
}
#home-content .sideButtons{
	width: 100%;
	margin: 0px !important;
}
#home-content .sideButtons a{
	width: 100%;
}

#home-content .insideTableBreaks{
	text-align: left !important;
}

@media screen and (max-width: 768px) {
    #home-content .sideButtons{
		width: 75%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 500px) {
    #home-content .sideButtons{
		width: 100%;
	}
}