body
{
    font-family: 'nunito_sans_blackregular', sans-serif;
    color: #262626;
}

.layout-canvas-a > .section
{
    margin-top: 0px;
 margin-bottom: 0px;
}

.tableHeader
{
    width: 100%;
    text-align: center;
    padding: 0 25%;
}

.headerText
{
    text-align: center;
    font-size: 36px;
}

.subHeaderText
{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 28px;
    line-height: 32px;
    background-color: #DDE2E6;
}

.notificationContainer
{
 background-color: #DDE2E6; 
 padding:10px;
}

.successNotification
{
 background-color: #04844b; 
 border-radius:.25rem; 
 color:white;
 font-size:1rem; 
 font-weight:300; 
 padding:10px;
}

.errorNotification
{
 background-color: #c23934;
 border-radius:.25rem; 
 color:white;
 font-size:1rem; 
 font-weight:300; 
 padding:10px;
}

.instructionText
{
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 20px;
 line-height: 35px;
}

.buttons{
  text-align:center; 
}


input[type=submit] {
  background-color: #01A0DC;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

/* Tables
================================== */
.Rtable {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1.5em 0;
  padding: 0;
}
.Rtable-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  padding: 0.8em 1.2em;
  overflow: hidden;
  list-style: none;
}
.Rtable-cell > h1,
.Rtable-cell > h2,
.Rtable-cell > h3,
.Rtable-cell > h4,
.Rtable-cell > h5,
.Rtable-cell > h6 {
  margin: 0;
}
/* Table column sizing
================================== */
.Rtable--2cols > .Rtable-cell {
  width: 50%;
}
.Rtable--3cols > .Rtable-cell {
  width: 33.33%;
}
.Rtable--4cols > .Rtable-cell {
  width: 25%;
}
.Rtable--5cols > .Rtable-cell {
  width: 20%;
}
.Rtable--6cols > .Rtable-cell {
  width: 16.6%;
}
/* Apply styles
================================== */
.Rtable {
  position: relative;
  top: 3px;
/*  left: 3px; */
}
.Rtable-cell {
/*  margin: -3px 0 0 -3px;*/
  margin: 0;
}
/* Cell styles
================================== */
.Rtable-cell-2
{
  background-color: #e5e5e5;
}

.Rtable-cell--dark {
  background-color: slategrey;
  color: white;
}
.Rtable-cell--dark > h1,
.Rtable-cell--dark > h2,
.Rtable-cell--dark > h3,
.Rtable-cell--dark > h4,
.Rtable-cell--dark > h5,
.Rtable-cell--dark > h6 {
  color: white;
}
.Rtable-cell--medium {
  background-color: #b8c0c8;
}
.Rtable-cell--light {
  background-color: white;
}
.Rtable-cell--highlight {
  background-color: lightgreen;
}
.Rtable-cell--alert {
  background-color: darkorange;
  border-color: #cc7000;
  color: white;
}
.Rtable-cell--alert > h1,
.Rtable-cell--alert > h2,
.Rtable-cell--alert > h3,
.Rtable-cell--alert > h4,
.Rtable-cell--alert > h5,
.Rtable-cell--alert > h6 {
  color: white;
}
.Rtable-cell--head {
  background-color: #01A0DC;
  color: white !important;
  font-weight: bold;
  font-size: larger;
}
.Rtable-cell--head > h1,
.Rtable-cell--head > h2,
.Rtable-cell--head > h3,
.Rtable-cell--head > h4,
.Rtable-cell--head > h5,
.Rtable-cell--head > h6 {
  color: white !important;
}
.Rtable-cell--section {
  font-weight: bold;
}
.Rtable-cell--section > h1,
.Rtable-cell--section > h2,
.Rtable-cell--section > h3,
.Rtable-cell--section > h4,
.Rtable-cell--section > h5,
.Rtable-cell--section > h6 {
  font-weight: bold;
}
.Rtable-cell--foot {
  background-color: #b8c0c8;
  border-color: #a9b3bc;
}
.Rtable-container
{
  margin-left: 30px;
  margin-right: 30px;
}
/* Responsive
==================================== */
@media all and (max-width: 500px) {
  .Rtable--collapse {
    display: block;
  }
  .Rtable--collapse > .Rtable-cell {
    width: 100% !important;
  }
  .Rtable--collapse > .Rtable-cell--foot {
    margin-bottom: 1em;
  }
  .Rtable-container
  {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.no-flexbox .Rtable {
  display: block;
}
.no-flexbox .Rtable > .Rtable-cell {
  width: 100%;
}
.no-flexbox .Rtable > .Rtable-cell--foot {
  margin-bottom: 1em;
}
