<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "YTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, menu, time, mark, audio, video {
    margin : 0;
    padding : 0;
    border : 0;
    outline : 0;
    font-size : 100%;
    vertical-align : baseline;
    background : transparent;
    }
body {
      background: #fafafa;
      padding: 15px 0;
      font-size:16px;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    .container-wrapper{width: 99%;margin: 0 .4492%; height: 100%;}
    .nav ul {
        list-style: none;
        background-color: #444;
        text-align: center;
        padding: 0;
        margin: 0;
      }
      .nav li {
        font-family: 'Oswald', sans-serif;
        font-size: 1.2em;
        line-height: 40px;
        height: 40px;
        border-bottom: 1px solid #888;
      }
       
      .nav a {
        text-decoration: none;
        color: #fff;
        display: block;
        transition: .3s background-color;
      }
       
      .nav a:hover {
        background-color: #005f5f;
      }
       
      .nav a.active {
        background-color: #fff;
        color: #444;
        cursor: default;
      }
       
      @media screen and (min-width: 600px) {
        .nav li {
          width: 120px;
          border-bottom: none;
          height: 50px;
          line-height: 50px;
          font-size: 1.4em;
        }
       
        /* Option 1 - Display Inline */
        .nav li {
          display: inline-block;
          margin-right: -4px;
        }
       
        /* Options 2 - Float
        .nav li {
          float: left;
        }
        .nav ul {
          overflow: auto;
          width: 600px;
          margin: 0 auto;
        }
        .nav {
          background-color: #444;
        }
        */
      }
      
      
 #Large{
     width: 1440px;
     height: 900px;
     display: block;
     border: 1px solid maroon;
     margin: 7px 0;
     background: #f6f6f6;
 }
 #Medium{
    width: 1280px;
    height: 1024px;
    display:block;
    border: 1px solid green;
    margin: 7px 0;
    background: #aaffd0;
}
#Small{
    width: 1366px;
    height: 768px;
    display:block;
    border: 1px solid blue;
    margin: 7px 0;
    background:#a0d0ff;
}
#XSmall{
    width: 1024px;
    height: 768px;
    display:block;
    border: 1px solid pink;
    margin: 7px 0;
    background:pink;
}
.outer{
    position:relative;
    width:100%;
}
.inner{
    width:98.8992%;
    padding: 8px;
}
ul li{
    list-style: none;
}
.yardstick,
.inner h2{
    display:block;
    width:100%;
    position:relative;
}
.inner h2,
.yardstick{
    height: 2em;
    background: #fafafa;
}
.yardstick span{
width:10%;
float:left;

}
.yardstick span:nth-of-type(even){
    background:gray;
    }
.img-wrap{
    
    width:100%;
}

    .large-image{
        display: block;
        max-width: 90%;
        height: auto;
        margin: 0 auto;
    }
    .large-image:after{
        content: " ";
        clear:both;
        display:table;
    }
.right{
    display:block;
    float:right;
}
.info{
    padding: 8px 16px;
    color: #e88;
    font-size:smaller;
}
p{
    line-height:1.484;
}</pre></body></html>