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

/** Product Info **/
.productProductInfo { border: none; position:relative; margin:1em 0 1em 0; border-radius:10px; color:#fff; background:#2e88c4; background-image: linear-gradient(#2e88c4, #075698);}
.productProductInfo label { color: yellow;font-weight: bold;}

/* Footy Sevens Skin Override */
@media (max-width:1000px) {
    .header {background: #0b59a2; height:50px}
    .headerLogo { background: transparent url( https://images.ottawafootysevens.com/footysevens/banners/logo_topleft.png) no-repeat center; background-size: auto 48px; }
}
@media (min-width:1001px) {
    html { background: black url(https://images.ottawafootysevens.com/footysevens/backgrounds/OFS_BACKGROND_004.jpg) no-repeat bottom center; background-attachment:fixed;}
    .header {background: transparent url( https://images.ottawafootysevens.com/footysevens/banners/03_BANNER_2PX.jpg) repeat-x center;}
    .headerLogo { background: transparent url( https://images.ottawafootysevens.com/footysevens/banners/logo_topleft.png) no-repeat center; }
    .headerStatus { background: transparent url(https://images.ottawafootysevens.com/footysevens/banners/03_BANNER.jpg) no-repeat right;}
}

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


