./* 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%
}
.head {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1.5em;

}
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;
}

.logo {
    margin-left: auto;
    margin-right: auto;
    width:3em;
    display: block;
}
p {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1em;
}
.credit {
    font-family: "Montserrat", sans-serif;
    font-size: 0.8em;
    color:#afb2ba;
    text-align: right;
}

html {
  font-size: calc(0.6em + 1vw);
}
.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: 0.9em;
    line-height: 1.5em;
    padding: 10px
}

th {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 0.9em;
    line-height: 1.5em;
    padding: 10px;
    background-color: #202020;
    color: white;
    border: 2px;
    border-color: white;
}

#first {
    width:5%;
}

#fifth {
    width:15%;
}

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

#fourth {
    width:20%;
}

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

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

.red {
    background-color: #d8352a;
}

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

.yellow {
    background-color: #f6e7ad;
}

.orange {
    background-color: #f5a623;
}


@media screen and (max-width: 600px)
{
    p {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1em;
}
    td {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 0.8em;
    line-height: 1.5em;
}
    th {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
      font-size: 0.8em;
    line-height: 1.5em;
    padding: 10px;
    background-color: #202020;
    color: white;
    border: 2px;
    border-color: white;
}
}

@media screen and (max-width: 414px)
{
    p {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 1em;
}
    td {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 0.6em;
    line-height: 1.2em;
}
    th {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
      font-size: 0.6em;
    line-height: 1.2em;
    padding: 10px;
    background-color: #202020;
    color: white;
    border: 2px;
    border-color: white;
}
}
@media screen and (max-width: 375px)
{
    p {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 1em;
}
    td {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 0.5em;
    line-height: 1.2em;
}
    th {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
      font-size: 0.5em;
    line-height: 1.2em;
    padding: 10px;
    background-color: #202020;
    color: white;
    border: 2px;
    border-color: white;
}
}