@CHARSET "UTF-8";

.vquiz-overview-score
{
	margin-top: 0.5rem;
}

.textdisplay .text .result_text p {
	margin-bottom: 1rem;
}

.textdisplay .text .result_text p:last-child {
	margin-bottom: 0;
}

/* LINK - START */
.btn.link-vquiz-overview
{
	margin-top: 0.5rem;
	border: 1px solid #018fcf;
    background: none !important;
    background-color: #FFF !important;
    color: #018fcf !important;
    font-weight: 600;
    text-shadow: none;
    box-shadow: none;
    font-weight: normal;
}
/* LINK - END */

/* TABLE - START */
.table-vquiz-overview thead td
{
	font-weight: 600;
	font-size: 19px;
}

.table-vquiz-overview .td-vquiz
{
	width: 75%;
}

.table-vquiz-overview .td-myscore
{
	font-weight: 600;
}

.table-vquiz-overview .td-myscore,
.table-vquiz-overview .td-average-score
{
	text-align: center;
}

.table-vquiz-overview td > h3
{
	margin-top: 0;
}

.table-vquiz-overview td > *:last-child
{
	margin-bottom: 0;
}
/* TABLE - END */

/* FANCYBOX - START */
.fancybox-inner h2 em
{
    font-style: normal;
}
/* FANCYBOX - END */