.m-t-15 { margin-top: 15px;}
.m-b-15 { margin-bottom: 15px;}

html, body { margin: 0px; padding: 0px; background-color: #e2e2e2;}

body > .container { background-color: #fff; }


header { margin-bottom: 15px; position: relative; }
header .block-right { float: right; position: absolute; z-index: 1; top:10px; right:15px; }
header .languages img { width: 30px; }
header .subscribe .btn-subscribe { margin-top: 15px; }


section.service-status .card-header {  }
section.service-status span.status { width: 15px; height: 15px; border-radius: 50%; display: inline-block; margin-right: 5px; }
section.service-status span.status-Green { background-color: green; }
section.service-status span.status-Orange { background-color: orangered;}
section.service-status span.status-Red { background-color: red; }