@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Oleo+Script:400|Open+Sans:300,300italic,600,600italic,800");

/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Containers */

	.container {
		margin-left: auto;
		margin-right: auto;
	}

	.container.\31 25\25 {
		width: 100%;
		max-width: 1750px;
		min-width: 1400px;
	}

	.container.\37 5\25 {
		width: 1050px;
	}

	.container.\35 0\25 {
		width: 700px;
	}

	.container.\32 5\25 {
		width: 350px;
	}

	.container {
		width: 1400px;
	}

	@media screen and (max-width: 1680px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 1500px;
			min-width: 1200px;
		}

		.container.\37 5\25 {
			width: 900px;
		}

		.container.\35 0\25 {
			width: 600px;
		}

		.container.\32 5\25 {
			width: 300px;
		}

		.container {
			width: 1200px;
		}

	}

	@media screen and (max-width: 1280px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 1200px;
			min-width: 960px;
		}

		.container.\37 5\25 {
			width: 720px;
		}

		.container.\35 0\25 {
			width: 480px;
		}

		.container.\32 5\25 {
			width: 240px;
		}

		.container {
			width: 960px;
		}

	}

	@media screen and (max-width: 980px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 112.5%;
			min-width: 100%;
		}

		.container.\37 5\25 {
			width: 67.5%;
		}

		.container.\35 0\25 {
			width: 45%;
		}

		.container.\32 5\25 {
			width: 22.5%;
		}

		.container {
			width: 100% !important;
		}

	}

	@media screen and (max-width: 736px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 125%;
			min-width: 100%;
		}

		.container.\37 5\25 {
			width: 75%;
		}

		.container.\35 0\25 {
			width: 50%;
		}

		.container.\32 5\25 {
			width: 25%;
		}

		.container {
			width: 100% !important;
		}

	}


/* Basic */

	body {
		background-image: url("images/hj-4.jpg");
		background-color: #f7f7f7;
		background-position: center center;
		background-repeat: no-repeat;
       background-attachment: fixed;
		background-size: cover;
		font-family: 'Open Sans', sans-serif;
		font-size: 14pt;
		color: #000;
		font-weight: 300;
		line-height: 1.5em;
	}

		body.is-loading * {
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}

	a {
   	font-weight: 600;
		color: #0090c5;
		text-decoration: underline;
	}

		a:hover {
			text-decoration: none;
		}

	h1, h2, h3, h4, h5, h6 {
		color: #0090c5;
		text-shadow: 2px 2px 10px rgba(255, 255, 255,0.5);
		font-weight: 800;
		border-bottom: solid 0.25em #fff;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
			outline: 0;
		}

	h2 {
		font-size: 2.25em;
		margin: 0 0 1.1em 0;
		line-height: 1em;
	}

	h3 {
		font-size: 1.5em;
		margin: 0 0 1em 0;
		border: none;
	}

	h4 {
		text-align: center;
	}

	b, strong {
		font-weight: 600;
		color: #444;
	}

	i, em {
		font-style: italic;

}

	br.clear {
		clear: both;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		border-top: solid 1px #eee;
	}

	blockquote {
		border-left: solid 0.5em #fff;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p, ul, ol, dl, table {
		margin-bottom: 2em;
	}
	
	.login h1 {
		text-align: center;
		margin-bottom: 1em;
	}

	.login #fail {
		color: #cc0000;
		font-weight: 600;
		text-align: center;
		margin-bottom: 1em;
	}
	
	form .topic {
		font-weight: 600;
	}
	
	form .variable {
		font-weight: 400;
		margin-bottom: 0.5em;
	}
	
	input[data-table] {
		width: 100px;
		margin: 0;
		padding: 0;
		border: none !important;
		background-color: transparent;
		font-size: 1em;
		text-align: center;
	}
	
	input:focus, input:focus-visible, input:focus-within {
		border: none !important;
	}
	
	input[type=email], input[type=password] {
		padding: 0.5em 1em 0.5em 1em;
	}
	
	input[type=submit] {
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
		font-weight: 700;
		letter-spacing: 0.025em;
		color: #000;
		background: rgba(255,255,255,0.5);
		text-decoration: none;
		border-radius: 6px;
		padding: 0.5em 1em 0.5em 1em;
	}

	input.save-ok {
		background-color: #00cc00;
		transition: background-color 0.6s ease;
	}

	input.save-error {
		background-color: #cc0000;
		transition: background-color 0.6s ease;
	}

/* Section/Article */

	section, article {
		margin-bottom: 5em;
	}

	section > :last-child,
	article > :last-child,
	section:last-child,
	article:last-child {
		margin-bottom: 0;
	}

	header {
		margin: 0 0 0em 0;
	}

		header h2, header h3 {
			margin: 0 0 0.25em 0;
		}

		header p {
			margin: 0;
		}

	footer {
		margin: 2em 0 0 0;
	}

/* Tables */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
			border-radius: 4px 4px 0 0;
		}

			table.default tr {
				border-top: solid 1px rgba(0,144,197,0.5);
			}

				table.default tr:first-child {
					border-top: 0;
				}

				table.default tr:last-child {
					border-bottom: solid 1px rgba(0,144,197,0.5);
				}

			table.default td {
				border-left: solid 1px rgba(0,144,197,0.5);
				padding: 0.5em 0;
			}

				table.default td:first-child {
				}

				table.default td:last-child {
					border-right: solid 1px rgba(0,144,197,0.5);
				}

			table.default th {
				background-color: rgba(0,144,197,0.2);
				text-align: center;
				border: solid 1px rgba(0,144,197,0.5);
				padding: 0.5em 0;
				font-weight: 800;
				margin: 0 0 1em 0;
			}

			table.default thead {
				background: rgba(0,144,197,1);
				border: solid 1px rgba(0,144,197,0.5);
				color: #fff;
			}

				table.default thead th:first-child {
						border-right: solid 1px rgba(255,255,255,0.5);
				}


/* Image */

	.image {
		display: inline-block;
		outline: 0;
	}

		.image img {
			display: block;
			width: 100%;
			border-radius: 8px;
		}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 1.5em 0;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 2.5em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

/* List */

	ul.default {
		list-style: disc;
		padding-left: 1em;
	}

		ul.default li {
			padding-left: 0.5em;
		}

	ul.actions li {
		display: inline-block;
		padding: 0 0 0 0.25em;
		margin: 0 0 0 0.25em;
	}

		ul.actions li:first-child {
			margin-left: 0;
			padding-left: 0;
		}

	ul.menu li {
		border-left: solid 1px #e0e0e0;
		display: inline-block;
		padding: 0 0 0 0.75em;
		margin: 0 0 0 0.75em;
	}

		ul.menu li:first-child {
			border-left: 0;
			margin-left: 0;
			padding-left: 0;
		}

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}

/* Box */

	.box {
		background: #fff;
		border-radius: 6px;
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05);
		padding: 2em;
	}

		.box.feature {
			padding: 0;
		}

			.box.feature .inner {
				padding: 4em 2em 3em 2em;
			}

			.box.feature h2 {
				font-size: 1.35em;
			}

			.box.feature p {
				margin: 0;
			}

			.box.feature .image {
				position: relative;
				margin: 0;
			}

				.box.feature .image img {
					border-bottom-left-radius: 0;
					border-bottom-right-radius: 0;
				}

/* Icons */

	.icon {
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}


/* Wrappers */

	#header-wrapper {
		padding: 2em 0 1em 0;
	}

	#main-wrapper {
		background: rgba(255,255,255,0.8);
		box-shadow: 3px 3px rgba(0, 0, 0, 0.3);
		padding: 5em 0 5em 0;
	}

	#footer-wrapper {
		padding: 3em 0 4em 0;
	}

/* Header */

	#header {
		position: relative;
	}

/* Logo */

	#logo {
		display: inline-block;
		width: 50%;
	}

/* Nav */

	#nav {
		position: absolute;
		right: 0;
		top: 0.4em;
		font-size: 1.0em;
	}

		#nav ul li {
			float: left;
			line-height: 4.5em;
			padding-left: 1.5em;
		}

			#nav ul li a, #nav ul li span {
				-moz-transition: background-color .25s ease-in-out;
				-webkit-transition: background-color .25s ease-in-out;
				-ms-transition: background-color .25s ease-in-out;
				transition: background-color .25s ease-in-out;
				font-weight: 800;
				letter-spacing: 0.025em;
				color: #fff;
				background: rgba(0,0,0,0.5);
				text-decoration: none;
				border-radius: 6px;
				padding: 0.5em 1em 0.5em 1em;
			}

			#nav ul li > ul {
				display: none;
			}

			#nav ul li:hover a, #nav ul li:hover span {
				background: rgba(0,0,0,0.5);
			}

			#nav ul li.active a, #nav ul li.active span {
				background: rgba(0,0,0,0.5);
			}

			#nav ul li.current a {
				background: #fff;
				color: #000;
			}

	#sub-nav {
		position: relative;
		width: 100%;
		margin: 0 auto;
		font-size: 0.7em;
		text-align: center;
	}
		#sub-nav ul {
			text-align: center;
		}

		#sub-nav ul li {
			display: inline;
			line-height: 4.5em;
			padding-left: .5em;
		}

			#sub-nav ul li a, #sub-nav ul li span {
				-moz-transition: background-color .25s ease-in-out;
				-webkit-transition: background-color .25s ease-in-out;
				-ms-transition: background-color .25s ease-in-out;
				transition: background-color .25s ease-in-out;
				font-weight: 800;
				letter-spacing: 0.025em;
				color: #fff;
				background: rgba(0,0,0,0.4);
				text-decoration: none;
				border-radius: 6px;
				padding: 0.5em 1em 0.5em 1em;
			}

			#sub-nav ul li > ul {
				display: none;
			}

			#sub-nav ul li:hover a, #sub-nav ul li:hover span {
				background: rgba(0,0,0,0.5);
			}

			#sub-nav ul li.active a, #sub-nav ul li.active span {
				background: rgba(0,0,0,0.5);
			}

			#sub-nav ul li.current a {
				background: #fff;
				color: #000;
			}

	.dropotron {
		background: #fff;
		letter-spacing: 0.025em;
		color: #0090c5;
		text-decoration: none;
		border-radius: 6px;
		padding: 0.75em 0;
		min-width: 15em;
		box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0.25em 0.25em 0.1em rgba(0, 0, 0, 0.025);
		margin-top: calc(-0.75em + 1px);
		margin-left: -1px;
	}

		.dropotron li {
			border-top: solid 1px #eee;
			line-height: 3em;
		}

			.dropotron li:first-child {
				border-top: 0;
			}

			.dropotron li > a, .dropotron li > span {
				-moz-transition: color .25s ease-in-out, background-color .25s ease-in-out;
				-webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out;
				-ms-transition: color .25s ease-in-out, background-color .25s ease-in-out;
				transition: color .25s ease-in-out, background-color .25s ease-in-out;
				text-decoration: none;
				color: inherit;
				display: block;
				padding: 0 1.5em;
			}

				.dropotron li > a:hover, .dropotron li > span:hover {
					background: #eee;
				}

			.dropotron li.active > a, .dropotron li.active > span {
				background: #eee;
			}

			.dropotron li.current > a, .dropotron li.current > span {
				background: #0090c5;
				color: #fff;
			}

		.dropotron.level-0 {
			font-size: 0.8em;
			margin-left: 1.5em;
			margin-top: 0;
		}

			.dropotron.level-0:before {
				content: '';
				position: absolute;
				top: -0.5em;
				left: 1em;
				border-bottom: solid 0.75em #ffffff;
				border-left: solid 0.75em transparent;
				border-right: solid 0.75em transparent;
				z-index: 1;
			}

/* Footer */

	#footer {
		margin-top: 0;
	}

		#footer a {
			color: inherit;
		}

	#copyright {
		color: #fff;
		text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
		padding: 0 0 0 0;
		text-align: center;
	}

		#copyright a {
			color: inherit;
		}

/* XLarge */

	@media screen and (max-width: 1680px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 13pt;
			}

	}

/* Large */

	@media screen and (max-width: 1280px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 11pt;
			}

	}

/* Medium */

	#navPanel, #navToggle {
		display: none;
	}

	@media screen and (max-width: 980px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

			body, input, select, textarea {
				font-size: 11pt;
			}

		/* Section/Article */

			section, article {
				clear: both;
				margin-bottom: 3em !important;
			}

			section.last, article.last {
				margin-bottom: 0 !important;
			}

		/* Image */

			.image.left {
				width: 25%;
				margin-bottom: 2em !important;
			}

		/* List */

			ul.menu li {
				display: block;
				border: 0 !important;
				padding: 0 !important;
				margin: 0 !important;
			}

			ul.actions li {
				display: block;
				padding: 0;
				margin: 1em 0 0 0;
			}

				ul.actions li:first-child {
					margin-top: 0;
				}

		/* Wrappers */

			#header-wrapper {
				padding: 3em 0 1em 0;
				text-align: center;
			}
			
			#main-wrapper {
				padding: 40px 10px 40px 10px;
			}

			#footer-wrapper {
				padding: 6em 0 4em 0;
			}

		/* Header */

			#header {
				margin: 0 auto;
			}

		/* Logo */

			#logo {
				display: block;
				width: 75%;
				margin: 0 auto;
			}

		/* Nav */

			#nav {
				display: none;
			}

		/* Content */

			#content {
				border-bottom: solid 1px #e8e8e8;
				padding-bottom: 4em;
				margin-bottom: 0 !important;
			}

				#content > :last-child {
					margin-bottom: 0 !important;
				}

			#sidebar > :last-child {
				margin-bottom: 0 !important;
			}

		/* Footer */

			#copyright {
				padding: 0;
			}

		/* Off-Canvas Navigation */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}

			#navToggle {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 44px;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;
			}

				#navToggle .toggle {
					width: 70px;
					height: 50px;
					opacity: 0.5;
				}

					#navToggle .toggle:before {
						display: inline-block;
						font-family: FontAwesome;
						text-decoration: none;
						font-style: normal;
						font-weight: normal;
						-webkit-font-smoothing: antialiased;
						-moz-osx-font-smoothing: grayscale;
						position: absolute;
						left: 6px;
						top: 6px;
						background: rgba(0, 0, 0, 0.5);
						width: 58px;
						height: 38px;
						border-radius: 6px;
						content: '\f0c9';
						color: #fff;
						text-align: center;
						line-height: 38px;
						font-size: 20px;
					}

					#navToggle .toggle:active {
						opacity: 0.75;
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				background: #fff;
				box-shadow: inset -3px 0px 0px 0px #dfdfdf;
				padding: 0 23px 0 20px;
			}

				#navPanel .link {
					display: block;
					text-decoration: none;
					height: 54px;
					line-height: 54px;
					border-top: solid 1px #e8e8e8;
					color: #0090c5;
				}

					#navPanel .link:first-child {
						border-top: 0;
					}

				#navPanel .indent-1 {
					display: inline-block;
					width: 1em;
				}

				#navPanel .indent-2 {
					display: inline-block;
					width: 2em;
				}

				#navPanel .indent-3 {
					display: inline-block;
					width: 3em;
				}

				#navPanel .indent-4 {
					display: inline-block;
					width: 4em;
				}

				#navPanel .indent-5 {
					display: inline-block;
					width: 5em;
				}

				#navPanel .depth-0 {
					color: #0090c5;
					font-weight: 800;
				}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navToggle {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}

	}

/* Small */

	@media screen and (max-width: 736px) {

		/* Basic */

			body, input, select, textarea {
				line-height: 2em;
			}

			h2, h3, h4, h5, h6 {
				font-size: 13pt;
				margin: 0 0 1em 0;
			}

		/* Section/Article */

			section, article {
				clear: both;
				margin-bottom: 3em !important;
			}

				section.last, article.last {
					margin-bottom: 0 !important;
				}

		/* Image */

			.image.left {
				width: 25%;
				margin-bottom: 2em !important;
			}

		/* List */

			ul.menu li {
				display: block;
				border: 0 !important;
				padding: 0 !important;
				margin: 0 !important;
			}

			ul.actions li {
				display: block;
				padding: 0;
				margin: 1em 0 0 0;
			}

				ul.actions li:first-child {
					margin-top: 0;
				}


		/* Box */

			.box {
				padding: 15px 15px 15px 15px;
				margin: 0;
			}

				.box.feature {
					margin: 20px 0 0 0 !important;
					padding: 0;
				}

					.box.feature .inner {
						padding: 30px 15px 30px 15px;
					}

					.box.feature p {
						margin: 0;
					}

					.box.feature .image {
						position: relative;
						margin: 0;
					}

						.box.feature .image img {
							border-bottom-left-radius: 0;
							border-bottom-right-radius: 0;
						}

		/* Wrappers */

			#header-wrapper {
				padding: 3em 0 1.5em 0;
			}

			#banner-wrapper {
				padding: 0 15px 0 15px;
			}

			#features-wrapper {
				padding: 0 15px 40px 15px;
			}

			#main-wrapper, #footer-wrapper {
				padding: 40px 10px 40px 10px;
			}

		/* Logo */

			#logo h1 {
				font-size: 2.75em;
				padding: 0.2em 0.275em;
			}

		/* Content */

			#content {
				padding-bottom: 3em;
			}

		/* Footer */

			#footer section {
				border-bottom: solid 1px #0090c5;
				padding-bottom: 3em;
				margin-bottom: 1em !important;
			}

			#copyright {
				text-align: center;
			}

	}

/* sää styles */

.h5 { display: block; padding: 10px 0 0; }

.c1 { text-align: left; float: left; width: 366px; max-width: 366px; margin: 2px; }
.c1 .cc_symb { margin-right: 10px; }
.c1 .left { float: left; width: 52%; margin-top: 4px; }
.c1 .right { float: left; width: 48%; margin-top: 4px; }
.c1 .bot { clear: both; width: 100%; }

.c1 { width: 20%; height: auto; text-align: center; line-height: 1.2em; border-right: 0px solid #ebeaea; margin: 0 0 5px 0; }
.c1 span img { width: 27px; height: auto; }
.c1 span span { margin-top: 1px; padding-bottom: 10px; display: block; }
.c1 .more { font-size: 11px; color: #000; display: none; }
.c1 a.cell { display: block; color: #000; margin: 0; text-decoration: none; }
.c1 abbr { font-weight: normal; text-decoration:none; }

/* sää new version */

p.heading { display: none; }
p.lnk { display: none; }

div.day { width: 20% !important; height: auto; display: inline-block;}
#content { position:relative; }
.tenday { margin:0 0 40px; }
.tenday .row { display:-ms-flexbox; display:-webkit-box; display:-webkit-flex; display:flex; margin:0 0 5px; overflow-x: auto; }
.tenday .row .day { -ms-flex:1 0 auto; -webkit-box-flex:1; -webkit-flex:1; flex:1; text-align:center; margin:0 5px 0 0; min-width: 150px; }
.tenday .row .day a { display:block; color:#000; font-weight:400; text-decoration: none; }
.tenday .row .day a:hover .lnk { background-color:#d6e9fd; color:#000; }
.tenday .row .day a:active .lnk { color:#e3303d; }
.tenday .row .day h5 { padding: 4px 0; font-size:.96em; font-weight:400; }
.tenday .row .day .s { padding: 10px 0 0; }
.tenday .row .day .wind { margin-bottom:.6em; }
.tenday .row .day .wind .wd { margin-bottom: 0; display: inline-block; width: 50%; }
.tenday .row .day .wind p { margin-bottom: 0; display: inline-block; padding-right: 5px; }
.tenday .row .day .wind em { font-weight: bold; }
.tenday .row .day .wind .ws { margin-bottom: 0; display: inline-block; width: 50%; }
.tenday .row .day .rain { padding-bottom: 20px; }
.tenday .row .day .rain .icon { width: 50%; float: left; }
.tenday .row .day .lnk { display:none; }
.tenday .row .day:last-child { margin:0; }

.tenday p.tn , .tenday p.tx { display:inline-block; width: 50%; margin: 0 auto; padding-bottom: 0.6em; }
.tenday p.tn span, .tenday p.tx span { display:block; line-height:1.5rem; font-weight:700; font-size:1.1rem; }
.tenday p.tn, .tenday p.tx { margin-bottom:4px; }
.tenday p .warm, .tenday p .cold { font-size: .5em; }

.tenday p .warm { color: #e3303d; }.tenday p .cold { color: #00adef; }

.tenday .day h5 { background-color:#0090c5; color:#fff; font-weight: bold !important; border: none !important; }
.tenday .dayfc { border:none; text-align: center; background:linear-gradient(180deg,#d8d8d8 10%,#fff 60%); padding-bottom: 5px; }
.tenday .dayfc .s img { max-width: 100px; width: 100%; height: auto; }
.tenday .dayfc.clr0 { background:linear-gradient(180deg,#fed37f 10%,#fff 60%); }
.tenday .dayfc.clr1 { background:linear-gradient(180deg,#fed37f 10%,#fff 60%); }
.tenday .dayfc.clr2 { background:linear-gradient(180deg,#5ad8e4 10%,#fff 60%); }
.tenday .dayfc.clr3 { background:linear-gradient(180deg,#9fcae6 10%,#fff 60%); }
.tenday .dayfc.clr4 { background:linear-gradient(180deg,#c09de9 10%,#fff 60%); }
.tenday .dayfc.clr5 { background:linear-gradient(180deg,#b6ced7 10%,#fff 60%); }

#content main .tenday .row .day h5 { font-weight:500; font-size:.8125rem; }

button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
