/* Background for popup */

#popup {
    background-color: white;
    border: 5px solid black;
    border-radius: 10px 10px 10px 10px;
    display: block;
    padding: 30px;
    position: absolute;
    width: 650px;
    z-index: 1147483648;
}

#popup .left {
    border-right: 1px solid #999999;
    float: left;
    width: 49%;
}

#popup .right {
    cursor: pointer;
    float: left;
    width: 49%;
}

#seasonPopUp{
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1147483647;
}

#popup .seasonimage{
	height: 130px;
	}