/*
 * Theme Name: score
 *
 * Layout: Content-Sidebar
 *
 * Learn more: https://developer.wordpress.org/themes/basics/template-files/
*/
#primary {
    /*width: 70%;*/
	width:100%;
    float: right;
}
#secondary {
	/*display: block !important;*/
	display:none;
	/*width: 30%;*/
	float: left;
	padding: 0 20px 20px 20px;
}