body {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300 !important;
    background-color: #FBFBFB;
    font-size: 1em;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-top: 1em;
}

::selection {
  background: #FCDF51;
}

::-moz-selection {
  background: #FCDF51;
}

.yellow-bg-emlo {
  background-color: #FCDF51 !important;
}

.emlo-btn {
    background-color: #FCDF51;
    border-radius: 0.25rem;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border: 0;
    margin-top: 1.5em;
    font-weight: bold;
}

.wrapper {
    flex: 1 0 auto;
}

table {
    border-radius: 0.25rem !important;
    overflow: hidden;
}

@media screen and (max-width: 350px) {
    .emlo-table {
        display: block;
        width: 100%;
        overflow-x: auto;
    }
}

.alert {
    font-size: 0.95em;
    margin-bottom: 0;
}