body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    min-width: 320px;
}

main {
    flex: 1 0 auto;
    min-height: 280px;
}

nav {
    background: #3f3f3f !important;
    min-width: 320px;
}

footer {
    padding: 0 !important;
}

.footer-copyright {
    background: #3f3f3f !important;
    font-size: 12px;
}

.footer-nav .col {
    padding: 10px 2px;
}

.footer-nav a {
    padding: 0 !important;
    font-size: 13px;
    color: #3f3f3f;
}

.footer-nav a:hover {
    color: #039be5;
}

.nav-wrapper {
    max-width: 1100px;
}

.nav-wrapper .brand-logo img {
    padding-top: 5px;
    height: 60px;
}

@media (max-width: 600px) {
  .nav-wrapper .brand-logo img {
    padding-top: 8px;
    height: 50px;
    position: absolute;
    top: 0;
    left: -25px;
  }
}

.brand-logo {
    font-style: italic;
    font-weight: 600;
}

.flow-text {
    font-size: 1.3rem;
}

.main-page {
    margin-top: 20px;
}

.get-number {
    margin-top: 25px;
}

.ajax-loader {
    margin-top: 45px;
}

.reload-link:hover {
    color: #039be5;
}

.reload-link {
    color: black;
}

.reload-link-container {
    margin-top: 35px;
}

.reload-button {
    width: 300px;
    margin: 0 auto;
}

.the-button, .number-display {
    font-size: 20px;
    text-transform: none;
}

.number-display {
    margin: 0 auto;
    max-width: 515px;
    padding-top: 1px;
    padding-bottom: 33px;
    border: 2px solid #c8c8c8;
    overflow-wrap: break-word;
}

.conf-number {
    padding: 10px;
    text-align: left;
    line-height: 2;
    margin-bottom: 0px;
}

.conference-list {
    max-width: 400px;
    margin: 10px auto;
}

.conference-list-container {
    text-align: center;
}

div.collapsible-header {
    line-height: 2rem;
    padding: 1rem;
}

.code {
    display: inline-block;
    font-family: monospace, monospace;
    background: #eee;
    border: 1px solid black;
    padding: 10px;
    margin: 5px;
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word;
    width: 380px;
}

.code-header {
    margin-left: 5px;
}

.terms-container li {
    margin: 10px 0px;
}

.validation-message-container {
    margin-top: 10px;
}

.ajax-loader {
    margin-top: 20px;
}

.sidebar-header {
    color: black;
    padding-left: 30px;
    font-weight: 500;
}


.main-header {
    font-size: 36px;
}

.styled-list {
    padding: 0 2rem 0 4rem;
}

.styled-list li {
    list-style-type: disc;
}

.styled-list .styled-list li {
    list-style-type: circle;
}

.thumbnail-screenshots {
    width: 40%;
    margin: 10px 10px 0 10px;
    border: 1px solid gray;
}

.android-badge {
    height: 60px;
    margin-top: -6px;
}

.app-store-badge {
    margin-top: 4px;
    padding: 10px;
}

.badge-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.other-badge-row {
    margin-top: 30px;
}

.check-icon {
    color: #66ff99;
    font-size: 40px;
    /* margin: 3px 0px 0px 18px; */
    margin-left: auto;
    margin-right: auto;
}

.x-icon {
    color: red;
    font-size: 40px;
    /* margin: 3px 0px 0px 18px; */
    margin-left: auto;
    margin-right: auto;
}

.chart-column {
    border: 1px solid #d0d0d0;
}

.left-align-column {
    text-align: left !important;
    padding: 0 0 0 10px;
}

.fixed-height-row {
    height: 75px !important;
}