body{padding: 0px; margin: 0px; background-color: #fff;}

*, :after, :before {
    box-sizing: border-box;
}

.wk-widget{font-family: 'Open-Sans', Arial; width:100%;background-color: #fff;max-width: 700px;}

.wk-widget-header{
    width: 100%;
    line-height: 28px;
    font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.wk-widget-wrapper{
	background-color: #efefef;
	padding: 20px;
	height: 438px;
	position: relative;
}

ul.wk-widget-body{
	clear: both;
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

ul.wk-widget-body li.wk-tab{
	display: none;
	width: 100%;
	height:100%;
}

.wk-widget-text{height: 295px; overflow: auto;}


ul.wk-widget-body li.wk-tab-active{
	display: inline-block;
}


ul.wk-widget-nav{
	clear: both;
    float: none;
	width: 100%;
	display: table-row;
	text-align: center;
	padding: 0px;
	margin: 0px;
	}

ul.wk-widget-nav li{
	display: table-cell;
	float: none;
	background-color: #ffffff;
	border-right: 2px solid #efefef;
	border-top: 2px solid #efefef;
	padding: 3px 0px 3px 0px;
	cursor: pointer;
	width: 100px;
	}
	
ul.wk-widget-nav li:first-child{
	border-left: 2px solid #efefef;
}
	
	
ul.wk-widget-nav li.wk-active{
	background-color: #efefef;
	font-weight: bold;
}	

ul.wk-widget-fcstday{
	padding: 0px;
	margin: 0px;
	clear: both;
    float: none;
	display: inline-block;
	width: 100%;
}

	
ul.wk-widget-fcstday li{
    width: 20%;
    float: left;
    text-align: center;
    padding: 5px 0;
    text-decoration: none;
    border-right: 1px solid #ccc;
	list-style-type: none;
}

ul.wk-widget-fcstday li:last-child{
	border-right: none;
}

.wk-widget-fcstday-title {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
	color: rgb(43,43,43);
}

.wk-widget-weather {
    font-weight: 400;
    font-size: 14px;
	font-weight: bold;
	color: rgb(43,43,43);
	height: 30px;
}

span.wk-widget-tempmax {
    color: #d51d1d;
    font-weight: bold;
}

span.wk-widget-tempmin {
    color: #367ece;
    font-weight: bold;
}

.wk-widget-table{width: 100%;table-layout:fixed}

.wk-widget-table td{width: 20%; text-align: center; border-right: 1px solid #ccc;}
.wk-widget-table td:last-child{border-right: none;}

.wk-widget-temps {
	font-size: 18px;
    font-weight: normal;
	margin-bottom: 10px;
}


.wk-widget-t1 {
	font-size: 14px;
    font-weight: normal;
	padding: 5px 0px 5px 0px;
}

.wk-widget-t2 {
	font-size: 14px;
    font-weight: bold;
	padding: 0px 0px 0px 0px;
}

.wk-widget-symbol {
	max-width: 100px;
	width: 100%;
}

.wk-logo {
    font-size: 12px;
    font-weight: bold;
    color: #888888;
    text-align: right;
	   position: absolute;
    bottom: 10px;
    right: 10px;
}

.wk-logo img {
    vertical-align: middle;
    padding-bottom: 10px;
    display: inline-block;
}


.wk-canvas-wrapper{
	width:100%; height: 320px;
	position: relative;
    text-align: center;
    z-index: 0;
    margin: 0px;
    border: none;
}
	
.wk-canvas-grid {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 320px;
    z-index: 1;
}

.wk-canvas-climate {
    left: 0px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 320px;
    z-index: 2;
	padding-left:50px;
	padding-right:30px;
}

.wk-canvas-legend{
	position: absolute; 
	width: 45px; 
	text-align: right; 
	font-size: 16px; 
	color: #333; 
	font-weight: 600;
}

.wk-canvas-legend-left{position: absolute;font-size: 13px; left: 0px; top: 20px;}
.wk-canvas-legend-right{position: absolute;font-size: 13px; right: 0px; top: 1px; width: 100px; text-align: right;}

ul.wk-climate-yaxis{
	padding-left:50px;
	padding-right:30px;
    width: 100%;
    left: 0px;
    position: absolute;
    top: 285px;
	display: flex;
	font-size: 12px; 
	color: #333; 
	font-weight: 600;
	justify-content: space-around;
}

ul.wk-climate-yaxis-desktop{display: none;}
ul.wk-climate-yaxis-mobile{display: flex;}

ul.wk-climate-yaxis li{
	display: table-cell;
	float: none;
	text-align: center;
	width: 6%;
	overflow: hidden;
	}

.wk-mobile{display: table-cell;}
.wk-desktop{display: none;}

	
@media screen and (min-width: 600px){
	.wk-mobile{display: none;}
	.wk-desktop{display: table-cell;}
	.wk-canvas-legend-right{top: 20px; font-size: 14px; width: 300px; text-align: right;}
	.wk-canvas-legend-left{font-size: 14px; left: 0px; top: 20px;}
	
	ul.wk-climate-yaxis-desktop{display: flex;}
	ul.wk-climate-yaxis-mobile{display: none;}
	.wk-widget-text{height: 320px; overflow: auto;}	
}