/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
    padding-top: 3.5rem;
}

.aokticket{
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
    width: 7rem;
    height: 9rem;
    font-family: Arial, sans-serif;
    font-weight: bolder;

    background-image: url('/images/aokGlass.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    z-index: 2;
    border-color: black;


}

.aokticketfade{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.2+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */
    border-color: lightgray;
    display: block;
    position: absolute;
    width: 7rem;
    height: 9rem;
}

.aokticketcontent{
    padding-left: 0;
    padding-right: 0;
    opacity: 1;
}

.aokticketcontentd:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    background-image: url('/images/aokGlass.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}