﻿@font-face {
  font-family: "Roboto";
  src: url("/Fonts/RobotoRegular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("/Fonts/RobotoMedium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("/Fonts/RobotoLight.woff2") format("woff2");
  font-weight: 300;
}
header {
  background-color: #007CB2;
}

.plain-page-wrapper {
  padding: 240px 0 50px 0;
}
.plain-page-wrapper .tc-table-1 {
  width: 100%;
  border: 2px #000 solid;
  margin-bottom: 30px;
}
.plain-page-wrapper .tc-table-1 tr:nth-of-type(2) td {
  font-size: 14px;
  font-weight: 500;
  color: #007CB2;
}
.plain-page-wrapper .tc-table-1 td {
  vertical-align: top;
  padding: 20px 20px;
}
.plain-page-wrapper .tc-table-1 td p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
}
.plain-page-wrapper .tc-table-1 td p:nth-of-type(1) {
  font-weight: 500;
}
.plain-page-wrapper .tc-table-1 td p:nth-of-type(2) {
  color: #007CB2;
}
