a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

table.custom {
    table-layout: fixed;
}

.grouped-light {
    background-color: lightgray;
}

.grouped-dark {
    background-color: darkgray;
}


td.break {
    /* Be VERY careful with this, breaks normal words wh_erever */
    word-break: break-all;
}


html {
    font-size: 14px;
}


/* signature - New Addition */
.signature {
    float: left;
    margin: 20px 10px;
    border-top: 1px solid #000;
    width: 300px;
    text-align: center;
    font-size: 16px;
}

.signature-date {
    float: left;
    margin: 20px 10px;
    border-top: 1px solid #000;
    width: 150px;
    text-align: center;
    font-size: 16px;
}

.signature-space {
    float: left;
    margin: 20px 10px;
    border-top: 0px solid #000;
    width: 50px;
    text-align: center;
    font-size: 16px;
}



@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}


html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
  }
  
  .btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
  }
  
  .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
  }

/* Sticky footer styles
-------------------------------------------------- */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}


/* Only display content on large screens */
.displayLarge {
    display: block;
}

/* Change color scheme based on OS Theme */
/* @media (prefers-color-scheme: dark) {
    body, .dropdown-menu, ul.dropdown-menu > li > a {
        background-color: #181818;
        color: #ddd;
    }

  //  body {
  //      background-color: #161625;
  //      color: #e1e1ff;
  //  }

    footer {
        color: #818cab;
    }

  //  a {
  //    color: #9A97F3;
  //  }

    h1, h2, h3, h4, h5, h6 {
        color: #818cab;
    }

    .btn-primary {
        background-color: #9A97F3;
        color: #121212;
    }

    .btn-primary:hover {
        background-color: #3700b3;
        color: #121212;
    }

    .btn-secondary:hover {
        color: #121212;
    }

    .btn-secondary {
        color: #121212;
    }

    .btn-danger:hover {
        color: #121212;
    }

    .btn-danger {
        color: #121212;
    }
} */
/* End Change color scheme based on OS Theme */

@media screen and (min-width: 767px) and (max-width: 1200px) 
{
     /* Only display content on large screens */
    .displayLarge {
        display: none;
    }
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Table */
    table, tbody, td, tr {
        clear: both;
        display: block;
    }

    table {
        padding-top: 3px;
    }

        /* table th {
		text-align:left;
		width: 100%;
	} */

        table td {
            text-align: left;
            border: none;
            margin-bottom: 10px;
        }
    /* End of Table Style */
}
/* End Hide/rearrange for smaller screens */

/* Hide items during print */
@media print {
    .donotprint {
        display: none;
    }

    a[href]:after {
        content: none !important;
    }

    .signature {
        font-size: 16pt;
    }

}
/* End Hide items during print */