./* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
    table-layout:auto;
	border-spacing: 10;
    width:100%;
    border-top: 2px solid #202020;
    border-bottom: 2px solid #202020;
}

.head {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #202020;
    font-size: 24px;

}
.subhead{
    font-weight:bold;
    font-size:18px;
    padding-top: 24px;
    padding-bottom: 10px;
    font-family:  "Montserrat", sans-serif;
}
ol {
    padding:0;
}
    
.imageright{
    width:5em;
    float:right;
}

.imagecentre{
    margin-left: auto;
    margin-right: auto;
    width:8em;
    display: block;
}
.imageleft{
    height:5em;
    float:left;
    margin: 1em;
}

.tableheader {
    font-weight:bold;
}

a:link, a:visited {
    color:#202020;
}

.none {
    background: #afb2ba;
    color: #202020;
}
.good {
    background: #02a371
}
.okay {
    background:#f5a623

}
.bad{
    background:#990000;
}
.logo {
    margin-left: auto;
    margin-right: auto;
    width:3em;
    display: block;
}
p {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 18px;
}

.number{
     margin-right:0.75em;
    width: 1.5em;
    font-family: "Montserrat",sans-serif;
    line-height: 1.5em;
    border-radius: 50%;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    background: #202020;
    display: inline-block;
}
td {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    padding: 5px;
    text-align: left;    
}

th {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    padding: 5px;
    background-color: #202020;
    color: white;
    border: 2px;
    border-color: white;
}

#first {
    width:10%;
}

#second, #third, #fourth, #fifth {
    width:30%;
}

#behaviour {
    background: #f8f8f8
}


#break {
    border-top: 1px dashed #202020;
}

.dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
}

.red {
    background-color: #990000;
}

.green {
    background-color: #02a371;
}

.orange {
    background-color: #f5a623;
}


@media screen and (max-width: 500px)
{
    p {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 1em;
}
    td {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}
    th {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
     font-size: 14px;
    line-height: 20px;
    padding: 10px;
    background-color: #202020;
    color: white;
    border: 2px;
    border-color: white;
}
    .dot {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: none;
}
}

tr:nth-child(even) {background: #f8f8f8}
tr:nth-child(odd) {background: #FFF}

