@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100;8..144,300;8..144,600&display=swap');


#prodLoads {
	border-radius: 8px;
	background-color: rgba(115, 115, 115, 0.5);
	width: 165px;
	float: right;
	margin: 0 5px 10px 0;
	box-shadow:2px 2px 5px #514934;
	padding: 10px;
}
/*________________SHOW___________________*/
.slidingDiv {
    border-radius: 8px;
	background-color: rgba(115, 115, 115, 0.4);
	width: 160px;
	height:auto;
	float: right;
	margin: 0 5px 10px 0;
	box-shadow:2px 2px 5px #514934;
	padding: 10px;
    border-bottom:5px solid #666;
}
 
.show_hide {
	display:none;
	font-family: 'Roboto Flex', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #930;
	line-height: 18px;
	text-align: justify;
	padding-right: 10px;
}
	
/*___________________END_SHOW____________________*/

#prodLoads p, #prodLoads p.prodLoadsFR {
	display: none;
	background-image: url(//www.robertjuliat.com/images/downloads.png);
	background-position: center bottom;
    background-repeat: no-repeat;
    display: block;
	height: 48px;
	width: 150px;
    margin: 5px 0 9px 5px;
}
#prodLoads p.prodLoadsFR {
	background-image: url(//www.robertjuliat.com/images/downloads.png);
}
	
#prodLoads h3, #prodLoads .userPDF {
	font-family: 'Roboto Flex', sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	line-height: 18px;
	text-align: justify;
	float: left;
	margin-bottom: 6px;
	text-transform: uppercase;
	width:100%;
}

#prodLoads .userPDF 
{
	letter-spacing: 0;
	}