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

img.event {
    position: relative;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;
    border-radius: 5px;
}


.ribbon{
    width:131px;
    background-color:#C21F2E;
    text-align:center;
    padding:2px 0 1px;
    z-index:11;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
    position:absolute;
    top:16px;
    right:-38px;
    bottom:auto;
    left:auto;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    font-weight: 700;
}


div.price{

    -webkit-transform:rotate(-20deg);
    -moz-transform:rotate(-20deg);
    -ms-transform:rotate(-20deg);
    -o-transform:rotate(-20deg);
    transform:rotate(-20deg);

    margin-top: -25px;
    padding-top: 10px;
    font-size: 1.8em;
    /*font-weight: 300;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    color: #483f34;
    text-align: center;
    background: white;

    z-index:11;
    position:absolute;
    bottom:16px;
    left:10px;
    color: red;
}


span.strike {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cline x1='0' y1='100' x2='100' y2='0' stroke-width='7' stroke='%230B2437'/%3e%3c/svg%3e");
    /*// Make it work in Firefox*/
    background-size: 100% 100%;
}

.old {
    color:black;
    position: relative;
    top:-5px;
    /*font-size: 0.6em;*/

}


.new{
    position: relative;
    bottom:35px;
}

.price span{
    font-size: 0.5em;
    position: relative;
    bottom: 0.75em;

}

a.link{
    color: black;
}

a.link:hover{
    color: black;
    text-decoration: none;
}

.center {
    margin: auto;
    width: 50%;
    padding: 10px;
}