﻿/*Utility classes eg Bootstrap 4*/
.m-a-0 { margin:0 !important; }
.m-l-1 { margin-left:1em !important; }
.m-t-1 { margin-top:1em !important; }
.m-b-1 { margin-bottom:1em !important; }
.p-a-0 { padding:0 !important; }
.p-x-0 { padding-left:0 !important; padding-right:0 !important; }
.p-r-0 { padding-right:0 !important; }
.d-inline-block { display:inline-block !important; }
.d-block { display:block !important; }

/*Bootstrap grid adjustments*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths { position: relative; min-height: 1px; padding-right: 10px; padding-left: 10px; }
.col-xs-5ths { width: 20%; float: left; }
@media (min-width: 768px) {
    .col-sm-5ths { width: 20%; float: left; }
}
@media (min-width: 992px) {
    .col-md-5ths { width: 20%; float: left; }
}
@media (min-width: 1200px) {
    .col-lg-5ths { width: 20%; float: left; }
}
