/* colours

!
! Text:
!
!
!
!
!
!
!
!



*/

@font-face {
  font-family: "Axiforma";
  src: url("fonts/Axiforma-Light.eot");
  src: url("fonts/Axiforma-Light.eot?#iefix") format("embedded-opentype"),
    url("fonts/Axiforma-Light.woff") format("woff"),
    url("fonts/Axiforma-Light.woff2") format("woff2"),
    url("fonts/Axiforma-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Axiforma";
  src: url("fonts/Axiforma-Bold.eot");
  src: url("fonts/Axiforma-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/Axiforma-Bold.woff") format("woff"),
    url("fonts/Axiforma-Bold.woff2") format("woff2"),
    url("fonts/Axiforma-Bold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

:root {
  --black: #000000;
  --green: #afba01;
  --red: #ba1f01;
}

.feed_code {
  font-size: 18px;
  color: red;
  font-weight: 500;
  display: none;
}

body {
  margin: 0px;
}

td,
th,
p {
  font-family: "Axiforma", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  text-align: left;
  line-height: 135%;
}

table {
  border-collapse: collapse;
}

b,
strong {
  font-weight: 500;
}

/* T01 starts */

#t01 {
  /* outline: 1px solid red;
  background: url(images/t01_bg.jpg) no-repeat top left; */
  width: 200px;
  height: 33px;
  background-color: #efefef;
}

#t01 p {
  text-align: center;
}

#t01 img {
  width: 22px;
  height: auto;
  margin: 0 5px -6px 10px;
}

#t01 .smaller {
  font-size: 14px;
}

#t01 .time {
  font-size: 10px;
  letter-spacing: 1.1;
  margin-bottom: -16px;
  line-height: 1.3;
}

/* T01 ends */
