@font-face {
    font-family: SanFrancisco;
    src: url("../webfonts/sftextregular.otf");
  }
.section_rounded {
    margin-left: 10px;
    margin-right: 10px;
    padding: 2vw;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 15px;
    box-shadow: 5px 5px 8px rgba(200, 200, 200, 0.9);
}
.section_rounded_blue {
    padding: 2vw;
    /* Created with https://www.css-gradient.com */
    background: #33A6FF;
    background: -webkit-linear-gradient(top left, #33A6FF, #0754EF);
    background: -moz-linear-gradient(top left, #33A6FF, #0754EF);
    background: linear-gradient(to bottom right, #33A6FF, #0754EF);
    border-radius: 15px;
    box-shadow: 5px 5px 8px rgba(200, 200, 200, 0.9);
    margin-bottom: 3vh;
    margin-top: 3vh;
    margin-right: 1vw;
    transition: transform .2s;
}
.section_rounded_blue:hover {
    /* Created with https://www.css-gradient.com */
    background: #4AB1FF;
    background: -webkit-linear-gradient(top left, #4AB1FF, #397AFF);
    background: -moz-linear-gradient(top left, #4AB1FF, #397AFF);
    background: linear-gradient(to bottom right, #4AB1FF, #397AFF);
    transform: scale(1.07);
}
.section_rounded_blue h1,
.section_rounded_blue h2,
.section_rounded_blue h3,
.section_rounded_blue h4 {
    color: #fff;
}
.section_outer {
    padding: 2vw;
    margin-bottom: 10vh;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    height: 64px;
    padding-top: 16px;
  }
tr:first-child:not(tbody tr:first-child) {
    background: #33A6FF;
    background: -webkit-linear-gradient(top left, #33A6FF, #0754EF);
    background: -moz-linear-gradient(top left, #33A6FF, #0754EF);
    background: linear-gradient(to bottom right, #33A6FF, #0754EF);
    text-shadow: none;
}
tr:last-child {
    border: 0px #fff;
}
th {
    color: #fff !important;
}
th:first-child {
    border-radius: 10px 0 0 0;
}
th:last-child {
    border-radius: 0 10px 0 0;
}
tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}
tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}
a {
    color: #0653ef;
}
.spacer_small {
    height: 3vh;
}
/*Overwrites*/
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0px solid #fff !important;
}
.table>:not(caption)>*>* {
    border-bottom: 0px solid #fff !important;
}
.gradient_blue {
    background: #33A6FF;
    background: -webkit-linear-gradient(top left, #33A6FF, #0754EF);
    background: -moz-linear-gradient(top left, #33A6FF, #0754EF);
    background: linear-gradient(to bottom right, #33A6FF, #0754EF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gradient_green {
    background: #04DE2C;
    background: -webkit-linear-gradient(top left, #04DE2C, #03C027);
    background: -moz-linear-gradient(top left, #04DE2C, #03C027);
    background: linear-gradient(to bottom right, #04DE2C, #03C027);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gradient_red {
    background: #FF4021;
    background: -webkit-linear-gradient(top left, #FF4021, #D32C09);
    background: -moz-linear-gradient(top left, #FF4021, #D32C09);
    background: linear-gradient(to bottom right, #FF4021, #D32C09);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gradient_yellow {
    background: #FFDA21;
    background: -webkit-linear-gradient(top left, #FFDA21, #F7B00F);
    background: -moz-linear-gradient(top left, #FFDA21, #F7B00F);
    background: linear-gradient(to bottom right, #FFDA21, #F7B00F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-primary {
    background: #33A6FF;
    background: -webkit-linear-gradient(top left, #33A6FF, #0754EF);
    background: -moz-linear-gradient(top left, #33A6FF, #0754EF);
    background: linear-gradient(to bottom right, #33A6FF, #0754EF);
    border: 0px solid #fff;
}
.btn-primary:hover {
    background: #4AB1FF;
    background: -webkit-linear-gradient(top left, #4AB1FF, #397AFF);
    background: -moz-linear-gradient(top left, #4AB1FF, #397AFF);
    background: linear-gradient(to bottom right, #4AB1FF, #397AFF);
    border: 0px solid #fff;
}
.btn-success {
    /* Created with https://www.css-gradient.com */
    background: #04DE2C;
    background: -webkit-linear-gradient(top left, #04DE2C, #03C027);
    background: -moz-linear-gradient(top left, #04DE2C, #03C027);
    background: linear-gradient(to bottom right, #04DE2C, #03C027);
    border: 0px solid #fff;
}
.btn-success:hover {
    /* Created with https://www.css-gradient.com */
    background: #16F43F;
    background: -webkit-linear-gradient(top left, #16F43F, #09D32F);
    background: -moz-linear-gradient(top left, #16F43F, #09D32F);
    background: linear-gradient(to bottom right, #16F43F, #09D32F);
    border: 0px solid #fff;
}
body {
    font-family: SanFrancisco;
}

[onClick] {
    cursor:pointer;
}