﻿
@media(max-width: 768px) {
    .bigScreen {
        display: none;
    }
}

.price {
    float: right;
    font-size: 30px;
    font-weight: 700;
    color: rgba(0,0,0,.5) !important;
}

.course-time {
    color: gray;
    font-size: 13px;
    margin-bottom: 5px;
    display: inline-block;
}

.credito {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    margin-right: 20px;
}

.iscritti {
    position: absolute;
    top: 10px;
    right: 10px;
    color: wheat;
    background: #f53030;
    padding: 3px 6px;
    border-radius: 15px;
    font-weight: bold;
}