/* DAVE'S TEMPORARY STYLESHEET */
.canceled {
    position: relative;
}
.canceled .c3 {
    text-align: center;
}
.highlight .canceled a,
.canceled .class-image {
    position: relative;
    overflow: hidden;
    display: inline-block;
} 
.highlight .canceled a:first-of-type:after,
.canceled .class-image:after {
    content: "Canceled";
    display: block;
    position: absolute !important;
    background: rgb(255,255,255);
    color: rgb(215,30,0);
    padding: 0 2px 2px 30%;
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    width: 150%;
    top: 0px;
    left: -50px;
    text-align:left;
    text-transform: uppercase;
    font-size: 1.5em;
}
.highlight .canceled a:hover {
    text-decoration: none;
}

/**************************************************************
 * DESKTOP SPECIFIC
 **************************************************************/
@media only screen and (min-width:960px){

    .highlight .canceled a,
    .canceled .class-image {
        width: 100%;
    }
    .highlight img {
        width: 100%;
    }
   
}
@media only screen and (min-width:960px) {
    
    

}

