
    .DownloadBox {
        color: white;
        padding: 20px;
        margin: 10px;
        background-color: #CC3300;
        font-size: 1.5em;
    } 

    .DownloadBox.Inline{
        padding: 3px;
        margin: 4px;
        font-size: 1em;
    }
    .MRFtable {
        width: 100%;
/*        max-width: 900px;*/
        border-collapse: collapse;
        border-spacing: 0;
        border-color: #ccc;
        padding: 2em 0;
    }
    
    .MRFtable tr {
        height: 42px;
    }
    
    div.MiniTable {
        width: auto;
        display: inline-block;
        padding: 1em;
        max-width: 400px;
    }
    
    .MiniTable {
        border-collapse: collapse;
        border-spacing: 0;
        border-color: #ccc;
        max-width: 400px;
        padding: 2em 0;
    }
    
    .MiniTable td,
    .MRFtable td {
        padding: 5px 3px;
        text-align: center;
        vertical-align: center
    }
    
    .MiniTable th,
    .MRFtable th {
        padding: 5px 3px;
        border-width: 0px;
        border-bottom-width: 3px;
        border-color: #000000;
        border-style: solid;
        text-align: center;
        vertical-align: center
    }
    
    .MiniTable>table>tbody>tr:last-child,
    .MRFtable>table>tbody>tr:last-child {
        border-width: 0px;
        border-bottom-width: 3px;
        border-color: #000000;
        border-style: solid;
    }
    
    .MiniTable tfoot>tr:first-child,
    .MRFtable tfoot>tr:first-child {
        border-width: 0px;
        border-bottom-width: 0px;
        border-top-width: 2px;
        border-style: solid;
        border-color: #ccc;
    }
    .MiniTable caption  > p:first-child{
        text-decoration: underline;
    }

    .MiniTable .nowrap, .MRFtable .nowrap{
        white-space: nowrap;
    }

    .flexcontainer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
/*        max-width: 900px;*/
    }
        .flexcontainer.centered {
justify-content: space-around;
        }
    
    .grey {
        background:#CCC;
    }
   .CenteredInfo {
    display: flex;
    justify-content: space-around;
    padding: 1em;
    border: solid 1px darkgray;
    width: 66%;
    flex-wrap: wrap;
}

.CenteredInfo p, .CenteredInfo ul{
    font-size: 1.2em;
}
.CenteredInfo header{
    font-size: 1.3em;
    font-weight: bold;
    text-decoration: underline;
}
.flexcontainer header p:first-of-type{
font-size: 1.1em;
font-weight: bold;
text-decoration: underline;
}

  @media screen and (max-width: 650px) {
        .MRFtrTitle {
            display: none;
        }
        .MRFtable,
        .MiniTable {
            width: 100%;
            max-width: 100%;
        }
        .MRFtable tr:first-of-type {
            display: none;
        }
        .MRFtable tr:nth-of-type(3n) {
            background-color: inherit;
        }
        .MRFtable tr td:first-child {
            border-top: black solid 1px
        }
        .MRFtable tbody td {
            display: block;
            text-align: center;
        }
        .MRFtable tbody td:before {
            content: attr(data-th);
            text-align: center;
        }
        .flexcontainer {
            padding: 0 1em;
        }
        .CenteredInfo {
    display: flex;
    justify-content: space-around;
    padding: 0;
    border: solid 1px darkgray;
    flex-wrap: wrap;
    width: 100%;
        }
        .CenteredInfo p, .CenteredInfo ul{
    font-size: 1em;
}
.CenteredInfo header{
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: underline;
}
    }

table.MRFtable {
  overflow: hidden;
}

.MRFtable td, .MRFtable th {
  position: relative;
}

body:not(.nohover) tbody tr:hover {
  background-color: #f2f2f2;
}

 .MRFtable td:hover::after,
.MRFtable thead th:not(:empty):hover::after{ 
  content: '';  
  height: 10000px;
  left: 0;
  position: absolute;  
  top: -5000px;
  width: 100%;
  z-index: -1;
}

.MRFtable td:hover::after,
.MRFtable th:hover::after {
  background-color:#f2f2f2;
}

.MRFtable caption,
.MRFtable tfoot {
    background-color: white;
}
.MRFtable caption > p:first-child{
    text-decoration: underline;
}
.Stock{
    cursor: pointer;
}
#main-box{
    background-color: inherit;
}