/** Profile Page **/
.playerProfilePicDiv { width: 100%; height: 427px; background-repeat: no-repeat; background-position: center; background-image: url(https://images.ottawafootysevens.com/footysevens/backgrounds/polaroidBackgroundWithLogo.jpg);text-align: center;}
.playerProfilePic { position: relative; left: 1px; top:80px;}

/** Product Info **/
.productProductInfo {
    border: none;
    position:relative;
    margin:1em 0 1em 0;
    /* css3 */
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    color:#fff;
    background:#2e88c4; /* default background for browsers without gradient support */
    /* css3 */
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#2e88c4), to(#075698));
    background:-moz-linear-gradient(#2e88c4, #075698);
    background:-o-linear-gradient(#2e88c4, #075698);
    background:linear-gradient(#2e88c4, #075698);
}
.productProductInfo label { color: yellow;font-weight: bold;}