﻿    .pagewrapper {
        max-width:550px;
        margin:auto;
    }

    #Items {
        min-height:400px;
    }

    .Raffle_row {
        position:relative;
        display:block;
        border: solid 1px gray;
        margin: 0 10px 20px 10px;
    }

    .Raffle_details {
        display:inline-block;
        width:290px;
        padding: 10px 10px 10px 20px;
        vertical-align:top;
    }


    .NextRaffle_details {
        display:inline-block;
        padding: 10px 10px 10px 20px;
        height:125px;
        vertical-align:top;
    }
    .actioncall {
        font-weight:800;
        text-align:right;
    }

    .NextRaffle_thumb {
        position:relative;
        display: inline-block;
        width: 180px;
        height:125px;
        background-image:url("/Media/Img/misc/nextraffle.png");
    }
.Raffle_thumb {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 125px;
}


    .CountdownTitle {
        position:relative;
        top:50px;
        left:30px;
    }

    .countdown {
        position:relative;
        top:100px;
        left:45px;
    }

    .CountdownTitle:before {
        clear:both;
    }

@media screen and (max-width:540px) {
    .Raffle_thumb {
        display: inline;
        width: 100%;
    }
    .Raffle_thumb img {
        width: 100%;
    }

    .Raffle_details {
        width: 100%;
    }

}