﻿@charset "utf-8";

/* Project-specific customizations. */

/* image height */
/*.course-preview .course-image img
{
    height: 13em;
}*/

/*.course-preview .course-image
{
    height: 14em;
}*/

/*.course-preview .course-image
{
    text-align: -webkit-right;
    text-align: -moz-right;
    text-align: -o-right; 
    text-align: -ms-right;
    text-align: right;
}*/

.course-preview .course-highlightIcon {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 60px;
}

    .course-preview .course-highlightIcon img {
        height: 100%;
        background-color: transparent !important;
    }