﻿/*normalize*/
html,
body,
form {
    height: 100%;
    margin: 0px;
    padding: 0px;
    
}

body {
    font: normal 12pt Arial;
    color: #1D1D1B;
}

a {
    color: #1D1D1B;
}

/*typography*/

h1, h2{
    font-weight: bold;
}

h1 {
    font-size: 32pt;
}

h2 {
    font-size: 22pt;
}

.fontarial{font-family:Arial;}
.font32{font-size:32pt}
.font22{font-size:22pt}
.font18{font-size:18pt}
.font12{font-size:12pt}
.fontbold{font-weight:bold}
@media only screen and (min-width: 100px) and (max-width: 600px) {
    .font18 {
        font-size: 10pt;
    }
}
@media only screen and (min-width: 601px) {
    .font18 {
        font-size: 18pt
    }
}
/*Colours*/
.colours{
    color:#B60011;
    color:#1D1D1B;
    color:#585958;
    color:#7D7D7D;
    color:#E0E0E0;
    color:#EEF0F0;
    color:#FFFFFF;
    color:#67b0EA;
    color:#095AA2;
    color:#31B255;
    color:#1565d6;
   
}
.RadNotification .rnContentWrapper .rnIcon {
    min-width: 0 !important;
    min-height: 0 !important;
    width: 16px !important;
    height: 16px !important;
}
