table.display {
    clear: both;
    margin: 0 auto;
    width: 100%;
}
table.display thead th {
    cursor: pointer;
    font-weight: bold;
    padding: 3px 10px 3px 10px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid black;
}
table.display td {
    padding: 0px 10px;
    text-align: left;
    vertical-align: top;
}
table.display td.center {
    text-align: center;
}
tr._odd {
    background-color: #40B0C0;
}
tr._even {
    background-color: #60D0F0;
}

.top, .bottom {
    border-top: 1px solid black;
    padding: 15px;
    text-align: center;
}
.top .dataTables_info {
    float: none;
}
.clear {
    clear: both;
}

.hidden {
    display: none;
}

span.note {
    color: blue;
}

div.quiz {
    border: solid blue 2px;
    padding-left: 15px;
    padding-right: 15px;
}

div.answers {
    border: solid green 2px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
}

code {
    font-size: 110%;
    font-weight: bold;
    color: blue;
}

@media print {
    .click-to-see-detail {
	display: none;
    }
}

@media screen {
    .topMargin {
	margin-top: 1em;
    }

    ul li p {
	margin: 0px;
    }

    .hover-pointer {
	cursor: pointer;
    }

    .hide-on-screen {		/* Does not when media==print */
	display: none;
    }

    .click-to-see-detail {
	background-color: #e0e0e0;
	font-size: small;
    }
}
