/* csrw10.css
*/

@font-face {
    font-family: 'Liberation Sans';
      src: url('../fonts/liberation-sans-bold.eot'); 
      src: local('Liberation Sans Bold'), local('LiberationSans-Bold'),
           url('../fonts/liberation-sans-bold.eot?#iefix') format('embedded-opentype'),
           url('../fonts/liberation-sans-bold.woff2') format('woff2'),
           url('../fonts/liberation-sans-bold.woff') format('woff')'
           url('../fonts/liberation-sans-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Liberation Sans';
      src: url('../fonts/liberation-sans-italic.eot');
      src: local('Liberation Sans Italic'), local('LiberationSans-Italic'),
           url('../fonts/liberation-sans-italic.eot?#iefix') format('embedded-opentype'),
           url('../fonts/liberation-sans-italic.woff2') format('woff2'),
           url('../fonts/liberation-sans-italic.woff') format('woff'),
           url('../fonts/liberation-sans-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Liberation Sans';
      src: url('../fonts/liberation-sans-bold-italic.eot');
      src: local('Liberation Sans Bold Italic'), local('LiberationSans-BoldItalic'),
           url('../fonts/liberation-sans-bold-italic.eot?#iefix') format('embedded-opentype'),
           url('../fonts/liberation-sans-bold-italic.woff2') format('woff2'),
           url('../fonts/liberation-sans-bold-italic.woff') format('woff'),
           url('../fonts/liberation-sans-bold-italic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Liberation Sans';
      src: url('../fonts/liberation-sans.eot');
      src: local('Liberation Sans'), local('LiberationSans'),
           url('../fonts/liberation-sans.eot?#iefix') format('embedded-opentype'),
           url('../fonts/liberation-sans.woff2') format('woff2'),
           url('../fonts/liberation-sans.woff') format('woff'),
           url('../fonts/liberation-sans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Liberation Sans';
    font-weight: bold;
    font-variation-settings: "wght" 800;
    color: #3B813B;
}

body {
    background-color: white;
    color: black;
}

a {
    color: black;
}

a.problem {
    color: white;
}

th {
    background-color:#3E4C2F;
    color: white;
}

th.first-heading {
    padding-left: 1em;
}

td.problem {
    background-color:#3E4C2F;
    color: white;
    font-weight: bold;
    padding-left: 1em;
    border-style: none;
    border-top-style: solid;
    border-width: 1px;
}

td.noproblem {
    background-color:#3E4C2F;
    color: #6AA046;
    border-style: none;
}

td.who-odd {
    background-color:#c5e0b3;
}

td.how-odd {
    background-color:#c5e0b3;
}

td.who-even {
    background-color:#e2efd9;
}

td.how-even {
    background-color:#e2efd9;
}

ul {
    list-style-type: square;
}

div.logo-panel {
    margin: auto;
}

/* End of file */
