﻿/********************/
/* Classes for pedagogical blocks */
/********************/
.math, .inforole{
	padding-bottom: 8px;
	margin: 1.3em 1em 1.3em 1em;
}

/*.math_ti_out, .inforole_ti_out{
	height:28px;
}
.math_ti, .inforole_ti{
	font-size: 1.5em;
	color: #0A5D7D;
	float: left;
}
.math_ro, .inforole_ro{
	font-size: 1.5em;
	color: #0A5D7D;
	text-align: right;
	min-height: 28px;
	float: right;
}
.math_ro{
	background-image: url('../img/blocks/math.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 34px;
}
.inforole_ro{
	background-image: url('../img/blocks/inforo.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
}


.explication_ti {
	font-size: 1.5em;
	color:#0A5D7D;
	padding-right: 120px;
	background-position: center right;
	background-repeat: no-repeat;
	background-image: url('../img/blocks/explication.png');
	min-height: 27px;
	padding-right: 140px;
}
.explication{
	padding-bottom:8px;
	margin: 1.3em 1em 1.3em 1em;
}*/

.op_txt_is_special{
	font-style:italic !important;
	color:#000000;
}
.op_txt_ili .op_txt_p{
    padding-top:0px;
}

/********************/
/* Classes for practiceUC*/
/********************/
.quest_block{
	padding-left:10px;
}
.quest_box{
	background-color:#f9fcfd;	
	border-left:2px dotted #2B9BC0;
	padding: 5px 20px;
	margin:10px 0 20px 0;
}
.pbTi {
	float: right;
}
h2 {
	overflow: hidden;
	color: #2B9BC0;
	font-size: 16px;
}
span.hidden {
	display: none;
}
.op_txt_tbcp {
	color: #666;
	font-style:italic;
}
td {
	border: 1px solid #2B9BC0;
}
th {
	background: #2B9BC0;
	border: 1px solid #fff;
}
th p {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 5px !important;
	font-size: 12px;
	margin: 0 5px !important;
}
td p {
	margin: 5px !important;
	padding: 0 !important;
	line-height: 1.5em !important;
}
td.op_txt_tbtd_word p {
	text-align: center !important;
}
td.op_txt_tbtd_num p {
	text-align: right !important;
}
.resEmphasis {
	border: 2px dotted #E52F60;
	width: 50%;
	margin: auto;
}
body {
	/*overflow: hidden !important;*/
}
table {
	margin: auto !important;
}
table.choiceList td {
	border: none !important;
	vertical-align: middle !important;
}