@import "/javax.faces.resource/css/styles.css.seam?ln=original-layout&nocache=1750841918760";

/** Product Info **/
.productProductInfo { border: none; position:relative; padding:5px; margin:1em 0 1em 0; border-radius:10px; color:#000000; background:#f9d835; background-image: linear-gradient(#f3961c, #f9d835);}
.productProductInfo label { color: blue;font-weight: bold;}

/* Footy Sevens Skin Override */
@media (max-width:1000px) {
    .header {background: orange; height:50px}
    .headerLogo { background: transparent url(https://images.ottawavolleysixes.com/volleysixes/application/logoTopLeft.png) no-repeat center; background-size: auto 48px; }
}
@media (min-width:1001px) {
    html {background:white url(https://images.ottawavolleysixes.com/volleysixes/logos/courtAndTurfBackground.jpg ) no-repeat bottom center; background-attachment:fixed;}
    .header { background-color: white;}
    .headerLogo {width:680px; background: transparent url( https://images.ottawavolleysixes.com/volleysixes/logos/combinedLogo150.png ) no-repeat center; }
    .headerStatus { background: transparent url( https://images.ottawavolleysixes.com/volleysixes/logos/courtAndTurfTopRightSummer.png) no-repeat right;}
}

/** Stretch background on 1900+ resolution */
@media (min-width: 1900px) {
    html { background-size:100% 100%;}
}
