.btnAction {
    border-radius: 50px !important;
    border-style: solid !important;
    border-width: 0px !important;
}
@media only screen and (min-width : 1000px) {
    html, body, .header, .footer, .snackbar-toast {
		width: 1000px!important;
        margin: 0px auto!important;
    }
    body, .header, .footer {
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
    }
}
#zone_center{
	min-height: calc(100vh - 450px);
}