#info_unticked_notice {
    display: none;
    border: solid 1px #555555;
    background: #eeeeee;
    padding: 10px;
}

span.required {
    color: #f00;
    font-weight: bold;
}

.visaextra {
    display: none;
}

#coursetable h5 {
    padding-top: 0;
    margin-bottom: 0.5em;
}

table td {
    font-size: 1em;
}

.detail h3 {
	padding: 1.1em 0 !important;
	}

@media screen and (max-width: 58.75em) {
    .homepage a.courses.heu {
        margin-bottom: 10px;
    }

    p.tel-number a {
        text-decoration: underline;
    }

    #coursetable ul {
        margin-left: 2px !important;
    }
}

.help-text {
    margin-top: 0;
}

#divPreChatButton {
    display: none;
}

@media screen and (min-width: 39.9376em) {
    #divPreChatButton {
        display: block;
    }
}