/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 11 2023 | 10:33:40 */
/*CUSTOM WEATHER */
.owmw-now {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
    min-width: 60px;
    justify-content: space-between;
}
.owmw-now .owmw-main-symbol {
	display: flex;
    align-items: center;
	margin-left: 10px;
    height: 17px;
    position: relative;
	padding: 0;
}
.owmw-now .owmw-symbol-svg {
	position: relative;
    top: -4px;
	filter: grayscale(1);
}
#owm-weather-id-266-2 .owmw-now .owmw-symbol-svg {
    top: -5px;
}
.owmw-medium .owmw-now .owmw-main-symbol svg {
	width: 34px;
    height: 34px;
    filter: grayscale(1);
	/*shape-rendering: crispEdges;*/
}
.owm-weather-id {
	width: auto !important;
}
.owmw-main-temperature {
	font-size: 22px !important;
	line-height: 30px !important;
	width: 40px;
    text-align: left !important;
}
.owmw-main-temperature:after {
	font-size: 16px !important;
    font-weight: 100;
}