div#container{ background:rgba(0,0,0,0.3); margin:-450px 0 0 -900px; height: 900px; width: 1800px;position: absolute;top: 50%;left: 50%; box-shadow: 20px 20px 30px rgba(0,0,0,0.4);}

div#header{text-align: left;width: 100%;height: 90px; padding:0px 0px 2px 0px; border-bottom: 3px dashed white; margin: 0px;text-shadow: 4px 4px 4px rgba(0,0,0,0.7);}
div#widgetCouplet{ margin: 0px; border: 0px; padding: 0px; width: 100%; height: 100%; }
img.irm{height: 90px; width: auto}
span.header{vertical-align: 6px;display: inline-block;margin: 0px 0px 0px 2px; border: 0px; padding: 0px; font-size: 80px;}

div#largToday{margin-left: 10px; margin-top: 5px; font-size: 120px; height: 170px;text-shadow: 4px 4px 4px rgba(0,0,0,0.7);}
span.icon-row{display: block;  height: 200px; vertical-align: bottom;  padding: 0px; border: 0px;  width: 100%; margin-left:5px; } 

span.temp-max{font-size: 180px;display:inline-block; height: 220px; margin: 0px; padding: 2px; color: #A5D6FF;text-shadow: 4px 4px 4px rgba(0,0,0,0.7);}
span.temp-min{font-size: 150px;	display:inline-block;height: 220px; width: 40%; margin: 0px 0px 0px 5px;   padding: 0px; border: 2px;text-shadow: 4px 4px 4px rgba(0,0,0,0.7);}
span.wind-desc{font-size: 80px;vertical-align: 4px; margin: 0px; padding: 0px;text-shadow: 3px 3px 3px rgba(0,0,0,0.7);}
span.wind-row{ display: inline-block; width: 100%; height: auto; vertical-align: bottom; margin: 0px; padding: 20px; border: 0px;}
img.icon{height: 200px; width:200px; position: absolute; }
img.arrow{display: none;/*height: 50px;	width: 50px;vertical-align: 70px;*/}
// 20180205 Alain Tuezney : make wind direction icon visible
// img.wind-icon{display: none;}
img.wind-icon{ height: 80px !important;width: 80px !important;margin: 5px !important;} 
table.forecast6days {margin:0; border:0; padding:0px;border-collapse:collapse;width:100%;}
span.temp-row { display: inline-block; width: 100%; height: 200px; vertical-align: bottom; margin: 0px; padding: 0px; border: 0px;}
.day {border: 0; padding:4px 0px 4px 4px;font-size:80px; background-size: 100%;text-shadow: 4px 4px 4px rgba(0,0,0,0.7);}
.tempMaxtable {	color: #A5D6FF; text-align: right; font-size:80px; padding:2px 2px; background-size: 100%;text-shadow: 3px 3px 3px rgba(0,0,0,0.7);}
.tempMintable {	text-align: right; font-size:80px; padding:2px 2px; background-size: 100%;text-shadow: 3px 3px 3px rgba(0,0,0,0.7);}
img.icon-table{height: 100px; width: 100px; vertical-align:  top;}
img.arrow-table{height: 32px;width: 36px;margin-top: 36px;}

#cssarrow, #cssarrow2, #cssarrowtable, #cssarrow2table{
    width: 30px;
    height: 10px;
    background-color: #fff;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}
#cssarrow {
    position: relative;
    left: 220px;
}
#cssarrow:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 30px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-left: 15px solid #fff;
}
#cssarrow2 {
    position: relative;
    left: 230px;
}
#cssarrow2:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -30px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-right: 15px solid #fff;
}

#cssarrowtable {
    position: relative;
    left: 50px;
}
#cssarrowtable:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 30px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-left: 15px solid #fff;
}
#cssarrow2table {
    position: relative;
    left: 60px;
}
#cssarrow2table:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -30px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-right: 15px solid #fff;
}


div#footer-small-large{height: 100px; width: 100%; font-size: 70px;text-align: center; margin: 0px; border: 0px; padding: 0px; position: absolute; bottom: 0px;text-shadow: 3px 3px 3px rgba(0,0,0,0.7);}
