.explanatory-table, .promprt-text{
	font-family: 'MuseoSans-500';
	color:#3A758D;
}

.explanatory-table {width:33%;
	margin:10px 5px 20px 5px;
	overflow:auto;
	}
	
.explanatory-table p{float:left;
background:#deecf5;
line-height:22px;
font-weight:bold;
box-sizing:border-box;
font-size:12px;}

.site-es .explanatory-table p, .site-pt .explanatory-table p,
.site-de .explanatory-table p, .site-it .explanatory-table p,
.site-fr .explanatory-table p{
	font-size:12px;
	padding:2px;
}

.prompt-text {text-align:center;
font-weight:600;
width:100%;
margin-top:0px;
font-style: italic;
font-size:16px;
}

.explanatory-table p{margin-bottom:0px;}

.explanatory-table p:nth-of-type(3) {margin-right:4px !important;}

.explanatory-table p:nth-of-type(1), .explanatory-table p:nth-of-type(4) {width:18%}

.explanatory-table p:nth-of-type(3), .explanatory-table p:nth-of-type(6) {width:25%}
/* .explanatory-table p:nth-of-type(2), .explanatory-table p:nth-of-type(5) {width:calc(5% - 2px);} */
.explanatory-table p:nth-of-type(2), .explanatory-table p:nth-of-type(5) {width:2%;}

