body#page_9a72b0fd-c093-409f-9d9c-0358ac85c98f div#layoutcontainer { width:96.92%; }
body#page_04b977e9-3ec7-4666-ae57-f36983a99f55 div#layoutcontainer { width:96.92%; }
body#page_be14fba8-142d-4795-824e-4168ef50601c div#layoutcontainer { width:96.92%; }
body#page_cc244850-7bc5-4f75-a857-e6f2d596c1fc div#layoutcontainer { width:96.92%; }
body#page_b343286d-98f2-45e9-b118-aedd3cf126c8 div#layoutcontainer { width:96.92%; }
body#page_a3986085-aa37-4970-bb2b-f72c9fdbf30b div#layoutcontainer { width:96.92%; }
body#page_713248d4-0364-4b6f-a8fe-69b1c10038bf div#layoutcontainer { width:96.92%; }
body#page_50e6e7bc-44b2-43ca-a2a2-c7142b4fbfc6 div#layoutcontainer { width:96.92%; }
body#page_26181499-4a25-4b3e-bdd4-d9487a25fc56 div#layoutcontainer { width:96.92%; }
body#page_2a2ee3cc-8fd8-481f-98bb-53206892567b div#layoutcontainer { width:96.92%; }
body#page_be14fba8-142d-4795-824e-4168ef50601c div# { width:100%; }
body#page_04b977e9-3ec7-4666-ae57-f36983a99f55 div# { width:100%; }
.header {text-align: center; vertical-align: top; text-shadow: none; background-color: #ACD6F8; color:black; font-weight:800;}
.btns {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.play{
	height:30px;
	width: 30px;
	border: none;
	background-position: center;
	background: url('images/play.png') no-repeat;
	vertical-align: middle;
}
.pause{
	height:30px;
	width: 30px;
	border: none;	
	background-position: center;
	background: url('images/pause.png') no-repeat;
	vertical-align: middle;
}
.play-sm{
	height:19px;
	width: 19px;
	border: none;
	background-position: center;
	background: url('images/play-sm.png') no-repeat;
	vertical-align: middle;
}
.pause-sm{
	height:19px;
	width: 19px;
	border: none;	
	background-position: center;
	background: url('images/pause-sm.png') no-repeat;
	vertical-align: middle;
}