﻿/* Set default fontsize for the site */
html {
  font-size: 16px; /* Sets base, 1rem = 16px */
}
body {
  font-size: 1rem; /* Sets default body text to 16px */
}

.jumbotron {
    text-align: center; 
    padding: 0.3em 0.3em;
    background-color: #FBE900;
}
.LeftCellBorder
{
    border-left:1px solid black;
}

.RightCellBorder
{
    border-right:1px solid black;
}
.LeftRightCellBorder
{
    border-left:1px solid black;
    border-right:1px solid black;
}
.modal-dialog { /* Sets modal to display in the middle of the screen */
  position: absolute;
  /*top: 50%; */
  left: 25%;
  transform: translate(-25%, -25%);
}
