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

#primary {
    width: 70%;
    float: left !important;
}

#secondary {
	display: block !important;	
	width: 30%;
	float: right !important;
	padding: 0 60px 0 0;
	margin-top: 20px;
}
