/*!
 * wBox v.4.1
 * © 2014-2018  {:Krzysiek Maziarz
 * biblioteka wspomaga bieżącą prezentację warunków meteorologicznych
 * odczytywanych ze stacji pogodowej przez program Cumulus MX Sandaysoft
 * prognoza pogody na podstawie YR.NO weather-forecast
 */

@charset "utf-8";

@font-face
{
	font-family: 'Signika';
	src: local('Signika'), url("font/Signika.woff") format('woff');
	font-weight: normal;
	font-style: normal;
}

body
{
    padding: 0px;
    margin: 0px;
    background-color: #000000;
	width: 1200px;
    
	
}

img
{

width: 300px;
height:300px;
}

td
{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	
}

.forecast_icon
{
    text-align: center;
	width: 300px;
	height: 300px;
	
	
	
}

#wBox
{
    padding: 0px;
    margin: 0px;
    background-color: #000000;
    position: absolute;
    text-align: left;
    font-family: 'Signika';
    font-size: 12pt;
    font-weight: normal;
    color: #8C7853;
    border: none:
}

