/* style sheet file */
.navbar .navbar-brand { width: 200px; height: 30px; }

.navbar .navbar-header { float: none; }

.footer { /* position: absolute; */ bottom: 0; width: 100%; height: 20px; }

.aboutimg { width: 100px; }

h2 { text-align: center; padding-bottom: .5em; border-bottom: 1px solid #ccc; }

h3 { text-align: center; padding-bottom: .5em; border-bottom: 0px solid #ccc; }

h4 { text-align: center; padding-bottom: .5em; border-bottom: 0px solid #ccc; }

h5 { text-align: center; padding-bottom: .5em; border-bottom: 0px solid #ccc; }

h6 { text-align: center; padding-bottom: .5em; border-bottom: 0px solid #ccc; }

table { border: 1px solid #000000; max-width: 98%; }

th { border: 1px solid #000000; background: #f5d0a9; padding: 4px; }

tr:nth-child(odd) { background: #e6e6e6; }

td { border: 1px solid #000000; padding: 4px; }

@media screen and (max-width: 400px) { table { display: block; border: 1px solid #000000; max-width: 98%; } tr { border-bottom: 1px solid #000000; } th { display: none; } td { display: block; border: 0px solid #000000; } }

/*# sourceMappingURL=site.css.map */