/* CSS Document */
/* COLOURS */

.default-light { color: #A2D7CB !important; }
.default-mid { color: #429B89 !important; }
.default-dark { color: #0E211D !important; }


/* MARGINS */
.mt5 { margin-top: 5px !important; }
.mr5 { margin-right: 5px !important; }
.mb5 { margin-bottom: 5px !important; }
.ml5 { margin-left: 5px !important; }

.mt10 { margin-top: 10px !important; }
.mr10 { margin-right: 10px !important; }
.mb10 { margin-bottom: 10px !important; }
.ml10 { margin-left: 10px !important; }

.mt20 { margin-top: 20px !important; }
.mr20 { margin-right: 20px !important; }
.mb20 { margin-bottom: 20px !important; }
.ml20 { margin-left: 20px !important; }

.m10 { margin: 10px !important; }

.third { width: 33% !important; float: left; }

.cb { clear: both; height:0; margin:0; }
.cr { clear: right; }

.fr { float: right; }
.fl { float: left; }

.b {font-weight: bold; }