   body {
       background-color: #f5f5f5;
       font-family: "Exo";
   }

   .basecontainer {
       width: 100%;
       padding-right: 15px;
       padding-left: 15px;
       margin-right: auto;
       margin-left: auto;
       padding-bottom: 130px;
       margin-bottom: 40px;
   }

   #genApp {
       background-color: #f5f5f5;
       position: relative;
       top: 5px;
       width: calc(100% - 30px);
       height: 950px;
       margin: 0 auto;
       z-index: 1;
   }

   ngx-app {
       width: 100%;
       opacity: 0;
       -webkit-transition: opacity 3s ease-out;
       -moz-transition: opacity 3s ease-out;
       -o-transition: opacity 3s ease-out;
       transition: opacity 3s ease-out;
   }

   .pace-done ngx-app {
       opacity: 1;
       -webkit-transition: opacity 3s ease-out;
       -moz-transition: opacity 3s ease-out;
       -o-transition: opacity 3s ease-out;
       transition: opacity 3s ease-out;
   }

   #genApp, .emscripten {
       opacity: 0;
   }

   #linkBox {
       margin: 0 auto;
       position: relative;
       text-align: center;
   }

   .pace-done #genApp, .pace-done .emscripten {
       opacity: 1;
       -webkit-transition: opacity 1s ease-out;
       -moz-transition: opacity 1s ease-out;
       -o-transition: opacity 1s ease-out;
       transition: opacity 1s ease-out;
   }

   .container {
       width: 100%;
       margin: 0 auto;
   }

   .btn {
       margin-right: 5px;
       padding: 3px 12px !important;
   }

   .btn-primary {
       background-image: linear-gradient(to bottom, #428bca 0, #275379 100%) !important;
       background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#275379)) !important;
       border-color: #275379 !important;
   }

   .patchButtonAdjust {
       padding: 6px 12px !important;
   }

   .caret :hover {
       color: black;
   }

   .dropdown-menu {
       overflow-y: auto;
       max-height: 300px;
   }

   .dropdown-menu li:hover {
       cursor: pointer;
   }

   .dropdown-menu>li>a {
       display: block;
       padding: 8px 20px;
       clear: both;
       font-weight: 600;
       line-height: 0.4;
       color: #333;
       white-space: nowrap;
   }

   .dropdown-menu>li>button {
       display: block;
       padding: 8px 20px;
       background-color: #FFF !important;
       clear: both;
       font-weight: 600;
       line-height: 0.4;
       width: 100%;
       text-align: left;
       color: #333 !important;
       white-space: nowrap;
   }

   .dropdown-menu>li>button:hover {
       background-color: #e8e8e8;
       background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
       background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
       background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
       background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
       filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
       background-repeat: repeat-x;
   }

   .playBox {
       width: 100%;
   }

   .checkboxField {
       margin-top: 10px;
       margin-bottom: 5px;
   }

   thead {
       background: #FFF;
       border-bottom: 1px solid black;
   }

   tbody tr:nth-child(odd) {
       background: lightgrey;
   }

   tbody tr:nth-child(even) {
       background: #FFF
   }

   .even {
       background: lightgrey !important;
   }

   .odd {
       background: white !important;
   }

   h4, h5 {
       margin-left: 5px;
   }

   .playBox {
       width: 100%;
   }

   .emscripten {
       padding-right: 0;
       margin-left: auto;
       margin-right: auto;
       display: block;
   }

   textarea.emscripten {
       font-family: monospace;
       width: 80%;
   }

   #status {
       text-align: center;
   }

   div.emscripten {
       margin-top: 40px;
   }

   table {
       text-align: left;
   }

   .table-wrapper-scroll-y {
       display: block;
       max-height: 50vh;
       margin-bottom: 15px;
       overflow-y: auto;
       -ms-overflow-style: -ms-autohiding-scrollbar;
   }

   th {
       font-weight: 700
   }

   td {
       width: 50%;
   }

   li.active {
       background-color: red;
   }

   .contents {
       text-align: center;
       justify-content: center;
   }

   #exTab2 {
       margin-bottom: 20px;
   }

   .spinner {
       height: 50px;
       width: 50px;
       margin: 0px auto;
       -webkit-animation: rotation .8s linear infinite;
       -moz-animation: rotation .8s linear infinite;
       -o-animation: rotation .8s linear infinite;
       animation: rotation 0.8s linear infinite;
       border-left: 10px solid rgb(0, 150, 240);
       border-right: 10px solid rgb(0, 150, 240);
       border-bottom: 10px solid rgb(0, 150, 240);
       border-top: 10px solid rgb(100, 0, 200);
       border-radius: 100%;
       background-color: rgb(200, 100, 250);
   }

   #exTab2 {
       margin-bottom: 50px;
   }

   .hashpanel {
       display: flex;
       width: 90%;
       max-width: 500px;
       margin-left: auto;
       margin-right: auto;
       margin-bottom: 20px;
       border-radius: 30px;
       border: 1px solid;
       border-color: darkgrey;
       background-image: linear-gradient(to bottom, #FFF 0, #CCC 100%);
       height: 68px;
       justify-content: space-around;
   }

   #seed {
       margin-bottom: 5px;
   }

   #settingsString {
       margin-bottom: 5px;
   }

   #snackbar {
       visibility: hidden;
       /* Hidden by default. Visible on click */
       min-width: 250px;
       /* Set a default minimum width */
       margin-left: -125px;
       /* Divide value of min-width by 2 */
       background-color: #333;
       /* Black background color */
       color: #fff;
       /* White text color */
       text-align: center;
       /* Centered text */
       border-radius: 2px;
       /* Rounded borders */
       padding: 16px;
       /* Padding */
       position: fixed;
       /* Sit on top of the screen */
       z-index: 100;
       /* Add a z-index if needed */
       left: 50%;
       /* Center the snackbar */
       bottom: 30px;
       /* 30px from the bottom */
   }

   #snackbar.show {
       visibility: visible;
       /* Show the snackbar */
       /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
   However, delay the fade out process for 2.5 seconds */
       -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
       animation: fadein 0.5s, fadeout 0.5s 2.5s;
   }

   /* Animations to fade the snackbar in and out */

   @-webkit-keyframes fadein {
       from {
           bottom: 0;
           opacity: 0;
       }
       to {
           bottom: 30px;
           opacity: 1;
       }
   }

   @keyframes fadein {
       from {
           bottom: 0;
           opacity: 0;
       }
       to {
           bottom: 30px;
           opacity: 1;
       }
   }

   @-webkit-keyframes fadeout {
       from {
           bottom: 30px;
           opacity: 1;
       }
       to {
           bottom: 0;
           opacity: 0;
       }
   }

   @keyframes fadeout {
       from {
           bottom: 30px;
           opacity: 1;
       }
       to {
           bottom: 0;
           opacity: 0;
       }
   }

   @-webkit-keyframes rotation {
       from {
           -webkit-ansform: rotate(0deg);
       }
       to {
           -webkit-transform: rotate(360deg);
       }
   }

   @-moz-keyframes rotation {
       from {
           -moz-transform: rotate(0deg);
       }
       to {
           -moz-transform: rotate(360deg);
       }
   }

   @-o-keyframes rotation {
       from {
           -o-transform: rotate(0deg);
       }
       to {
           -o-transform: rotate(360deg);
       }
   }

   @keyframes rotation {
       from {
           transform: rotate(0deg);
       }
       to {
           transform: rotate(360deg);
       }
   }