* {
    box-sizing: border-box;
}

body {
    font-family: Arial;
    padding: 10px;
}

/* Header/Blog Title */
.header {
    padding: 0px 30px 30px 30px;
    border-top: 10px solid #336699;
    text-align: center;
    background-color: #FFFFFF;
    max-width: 100%;
    width: 95%;
}

.pillbutton {
  background-color: #666666;
  border: none;
  color: #FFFFFF;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  margin: 4px 2px;
  border-radius: 16px;
}

.pillbuttonbold {
  background-color: #336699;
  border: none;
  color: #FFFFFF;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  margin: 4px 2px;
  border-radius: 16px;
}

blockquote.style1 {
  font: 20px/20px italic Times, serif;
  padding: 8px;
  background-color: #F0F0F0;
  border-top: 1px solid #336699;
  border-bottom: 1px solid #336699;
  margin: 5px;
  /*background-image: url(images/openquote1.gif);*/
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 23px;
  }
  blockquote.style1 span {
     display: block;
     /*background-image: url(images/closequote1.gif);*/
     background-repeat: no-repeat;
     background-position: bottom right;
   }


    .header h1 {
        font-size: 50px;
    }

.card h3 {
    color: #A0A0A0;
    font-size: smaller;
}

/* Style the top navigation bar */
.topnav {
    overflow: hidden;
    background-color: #305375;
    font-size: smaller;
}

    /* Style the topnav links */
    .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

        /* Change color on hover */
        .topnav a:hover {
            background-color: #7393B3;
            color: #FFFFFF;
        }

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {
    float: left;
    width: 75%;
}

/* Right column */
.rightcolumn {
    float: left;
    width: 25%;
    background-color: #f1f1f1;
    padding-left: 20px;
}

/* Fake image */
.fakeimg {
    background-color: #FFFFFF;
    width: 100%;
    padding: 20px;
}

.fakeimgnav {
    background-color: #567fa9;
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
}

/* Add a card effect for articles */
.card {
    background-color: white;
    padding: 20px;
    margin-top: 10px;
    max-width: 1000px;
    align: left;
    text-align: left;
    border-style: dashed;
    color: #D9D9D9;
    width: 95%;
}

.cardyellow {
    background-color: papayawhip;
    padding: 20px;
    margin-top: 20px;
    max-width: 1000px;
    text-align: left;
    width: 95%;
}

.cardnav {
    background-color: white;
    padding: 20px;
    margin-top: 20px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.bold {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-size: 14pt;
    color: #333;
    -webkit-font-smoothing: antialiased;
    cursor: default;
    font-family: 'Franklin Gothic Book' !important;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
    font-weight: bold;
    padding: 8px;
    line-height: 1.25;
    vertical-align: top;
    border-top: 1px solid #ddd;
    padding-left: 14px;
}

.content {
    padding-top: 0px;
    padding-bottom: 30px;
    color: #000000;
    font-size: 14pt;
    font-family: Bookman Old Style;
    font-weight: bold;
}

.contentheader {
    padding-top: 0px;
    padding-bottom: 30px;
    color: darkslategray;
    font-size: 16pt;
    font-family: Bookman Old Style;
    font-weight: bold;
}

.contentheadertop {
    padding-top: 0px;
    padding-bottom: 30px;
    color: #000000;
    font-size: 18pt;
    font-family: Bookman Old Style;
    font-weight: bold;
}

.item {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-size: 12px;
    color: #305375;
    -webkit-font-smoothing: antialiased;
    cursor: default;
    font-family: 'Franklin Gothic Book' !important;
    font-weight: bold;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
    text-align: left;
    padding: 8px;
    line-height: 1.25;
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    border-top: 0;
}

.card a:hover {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Franklin Gothic Book' !important;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.25;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    color: #567fa9 !important;
}

.card a {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-size: 12px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    cursor: default;
    font-family: 'Franklin Gothic Book' !important;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.25;
    vertical-align: bottom;
    text-decoration: none;
    border-top: 0;
}

.book {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-size: 18px;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    cursor: default;
    font-family: 'Franklin Gothic Book' !important;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.25;
    vertical-align: bottom;
    text-decoration: none;
    font-weight: bold;
    border-top: 0;
}

.description {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-size: 16px;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    cursor: default;
    font-family: 'Franklin Gothic Book' !important;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.25;
    vertical-align: bottom;
    text-decoration: none;
    font-weight: none;
    border-top: 0;
    padding: 30px;
}

/* Footer */
.footer {
    padding: 20px;
    text-align: center;
    background: #336699;
    color: #ffffff;
    margin-top: 20px;
    max-width: 1000px;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
/*@media screen and (max-width: 800px) {
    .leftcolumn, .rightcolumn {
        width: 100%;
        padding: 0;
    }
}*/

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
/*@media screen and (max-width: 400px) {
    .topnav a {
        float: none;
        width: 100%;
    }
}*/


mark {
    background-color: white;
    padding: 0.1em 0.2em;
}



table {
    border-collapse: collapse;
}

th {
    background-color: #333;
    color: #FFFFFF;
}

th, td {
    padding: .8rem;
    font-size: 1.4rem;
}

tbody {
    background-color: #FFFFFF;
    color: #555;
}


@media screen and (max-width: 700px) {
    thead {
        display: none;
    }

    td {
        display: block;
    }

        td:first-child {
            background-color: #FFFFFF;
            color: #FFFFFF;
            text-align: center;
        }

        td:nth-child(2)::before {
        }

    td {
        text-align: center;
    }

        td::before {
            text-align: center;
        }
}
