html {
    font: normal 13px/1.4 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #000;
}
html,
body {
    height: 100%;
    min-height: 100%;
}
a { background-color: transparent; }
a:active,
a:hover { outline: 0; }
a {
    color: #2498e3;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #188dd9;
    text-decoration: underline;
}
.header {
    background-color: #fdf652;
    border-bottom: 1px solid #38444f;
    height: 103px;
}

.page-container {
    position:relative;
    width: 60%;
    left:20%;
}
.page-hl {
    text-align: center;
    background-color: #FDFFD3;
    width: 80%;
    left: 10%;
    border: 2px solid #38444f;
    font-size: 1.5em;
    margin-top: 50px;
    padding:10px;
    border-radius:5px;
}
.page-box {
    width: 80%;
    left: 10%;
     margin-top: 50px;
   border: 2px solid #38444f;
    margin-top: 50px;
    border-radius: 5px;
}
.product-info-heading {
    padding: 5px 11px;
    font-size: 1.2em;
    color: #fff;
    background: #09729f;
    border: 1px solid #38444f;
}
.product-info {
    padding: 5px 11px;
    background: #FDFFD3;
}
.page-footer {
    position:absolute;
    bottom:0px;
    width:100%;
    padding: 5px 10px;
    text-align: center;
    color: rgba(56,68,79, 0.6);
    border-top: 1px solid #38444f;
    background: #FFF96E;
    font-size: 12px;
    line-height: 24px;
}
