/*
 * Theme Name: score
 *
 * Layout: Content-Sidebar
 *
 * Learn more: https://developer.wordpress.org/themes/basics/template-files/
*/

#primary {
    width: 70%;
    float: right;
	margin-top: 55px;
}

#secondary {
	display: block !important;
	width: 28%;
	float: left;
	margin-top: 55px;	
}

.home #primary {
	margin-top: 55px;
}
