#wrapper_object_content .instruction {
font-weight: bold;
}
#wrapper_object_content .xlarge {
font-size: 1.5em;
}
#wrapper_object_content .xlarge a {
color: #07f;
}
#wrapper_object_content .xlarge a:hover {
color: #4af;
}
table[border="0"] th,
table[border="0"] td {
border: 0;
}
#wrapper_object_content .progress > img {
height: 10px;
}
#wrapper_object_content .quiz.img.right {
float: right;
}
#wrapper_object_content input[size] {
width: auto;
}
#wrapper_object_content .quiz_block ul {
margin-left: 0;
list-style-type: none;
}
#wrapper_object_content .quiz_block ul li {
line-height: 1.5em;
}
#wrapper_object_content .quiz_block ul li > label > input {
margin-right: 1em;
}
#wrapper_object_content .matchbox .cell_content {
text-align: center;
}
/**
* columns
*/
/* 3 columns */
.columns_3 ~ .mc_image {
float: left;
width: 31%;
}
.columns_3 ~ .mc_image img {
width: 100%;
height: auto;
margin-bottom: 0.5em;
}
.columns_3 ~ .mc_image:nth-of-type(3n+1) {
clear: left;
}
.columns_3 ~ .mc_image:nth-of-type(n+4) {
padding-top: 2em;
}
.columns_3 ~ .mc_image:nth-of-type(3n-1) {
padding-left: 3.5%;
padding-right: 3.5%;
}
/* 8 columns */
.columns_8 ~ .mc_image {
float: left;
width: 11%;
padding-right: 1.5%;
padding-bottom: 1em;
}
.columns_8 ~ .mc_image:nth-of-type(8n) {
padding-right: 0;
}
.columns_8 ~ .mc_image img {
width: 100%;
height: auto;
}
.columns_8 ~ .mc_image:nth-of-type(8n+1) {
clear: left;
}
.columns_8 ~ .mc_image:nth-of-type(n+9) {
padding-top: 2em;
}
/* 5 columns */
.columns_5 ~ .mc_image {
float: left;
width: 17%;
padding-right: 2%;
padding-bottom: 1em;
}
.columns_5 ~ .mc_image:nth-of-type(5n) {
padding-right: 0;
}
.columns_5 ~ .mc_image img {
width: 100%;
height: auto;
}
.columns_5 ~ .mc_image:nth-of-type(5n+1) {
clear: left;
}
.columns_5 ~ .mc_image:nth-of-type(n+6) {
padding-top: 2em;
}
/* 4 columns */
.columns_4 ~ .mc_image {
float: left;
width: 23%;
padding-right: 2%;
padding-bottom: 1em;
}
.columns_4 ~ .mc_image:nth-of-type(4n) {
padding-right: 0;
}
.columns_4 ~ .mc_image img {
width: 100%;
height: auto;
}
.columns_4 ~ .mc_image:nth-of-type(4n+1) {
clear: left;
}
.columns_4 ~ .mc_image:nth-of-type(n+5) {
padding-top: 2em;
}
/**
* columns - clearing the float
*/
.quiz_submission {
clear: left;
}
#pf_quiz ol li {
padding-bottom: 1em;
}
.increase-interline {
line-height: 2.5em;
}
/**
* col_3
*/
.col_3 {
overflow: hidden;
}
.col_3 > p {
float: left;
padding-right: 2%;
width: 32%;
}
.col_3 > p:nth-child(3n) {
padding-right: 0;
}
.questions {
padding-top: 1em;
clear: both;
}