@font-face {
font-family: Oxygen;
src: url("../content/Oxygen.otf") format("opentype");
}

@font-face {
    font-family: Muli-Regular;
    src: url("../content/Muli-Regular.ttf");
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Oxygen";
}
h1 {
    color: #06198C;
}

body {
    font-family: "Muli-Regular";
    background-color: #F5FFFF;
}

hr {
  border: solid #27588F;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; 
}

button, .button {
    background-color: #27588F;
    font-family: "Muli-Regular";
}

.button:hover {
    background-color: #5D97CF;
}

figure {
  float: right;
  margin: 0px 10px 10px 10px;
}

figcaption{
	font-size: small;
}

table thead tr th, table thead{
	font-family: "Oxygen";
	color: #06198C; 
}

table{
	background-color: transparent;
	border: solid #27588F 1px;;
}

table thead, table tbody tr td{
	background: transparent;
}

table tr:nth-of-type(even) {
    background-color: transparent !important;
}

.blockquote_right{
	  border-right: 1px solid #DDDDDD;
	  border-left: 0px !important;
	  text-align: right;
}