/**
* @version $Id: com_sobi2.css 5462 2010-08-18 08:25:37Z Sigrid Suski $
* @package: Sigsiu Online Business Index 2 (Sobi2)
* ===================================================
* @author
* Name: Sigrid & Radek Suski, Sigsiu.NET GmbH
* Email: sobi[at]sigsiu.net
* Url: http://www.sigsiu.net
* ===================================================
* @copyright Copyright (C) 2006 - 2010 Sigsiu.NET GmbH (http://www.sigsiu.net). All rights reserved.
* @license see http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU/GPL.
* You can use, redistribute this file and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation.
*/

/* main SOBI2 Style to overwrite standard styles */

.sobi2CompDesc span.pathway {
  margin:0!important;
}
.sobi2Details span.pathway {
  margin:0!important;
}

div.sobi2 {
}
div.sobi2 h1 {
  line-height: 24px;
  font-size: 22px;
}

div.sobi2latest {
border: 1px solid #336600;
width: 105px;
height: 130px;
background-color: #eeeea1;
margin: 6px!important;
}
div.sobi2latest img {
/*border: 1px solid blue!important;*/
}
div.sobi2latest a {
display:block;
text-align: center;
color: #336600;
font-weight: bold;
}

.dTreeNode {
  display: none !important
}

#dsobi2Cats1 .dTreeNode {display: block !important}

#sub #dsobi2Cats1 .dTreeNode {
  display: block !important;
  background: url("/templates/re_blueflex/images/li.png") no-repeat scroll 0 4px transparent;
  background-position: 0 2px !important;
    margin-bottom: 5px;
    padding-bottom: 0 !important;
    padding-left: 13px;
}

#sub #dsobi2Cats1 .dTreeNode a {
    border-bottom: 1px solid #CFD7DA;
    font-size: 14px !important;
    line-height: 18px !important;
    margin-bottom: 0 !important;
    padding: 2px 0 2px 5px !important;
    width: 200px;
    color: #3A78AF;
    display: block;
    line-height: 22px;
}

.center {text-align: center}

/* Style for Standard Joomla! mosmsg-class, because often undefined */
/* To use the style of your template, delete this entry. */
/*
.message {
  padding: 5px;
  background-color: #990000;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
}
*/
/* if there is no mosmsg line defined by your template remove the display:none and SOBI2 will show its own mosmsg line */
#sobimsg {
  display:none;
}

/* Style of the Header Menu */
/* -------------------------------------------------------- */
/* Style of Header Menu */
table.sobi2Header {
  border-style: none;
}
a.sobi2Header {
  padding: 5px;
  font-size: 14px;
}

/* Style of Main Component Description */
/* -------------------------------------------------------- */
table.sobi2CompDesc {
  padding: 5px;
  width: 98%;
}

/* Style of Category List */
/* -------------------------------------------------------- */
table#sobi2CatListSymbols {
  width: 98%;
}
table#sobi2CatListSymbols td {
  vertical-align: top;
  float: left;
  width: 222px !important;
  margin-right: 20px
}
div.sobi2catempty {
  margin: 10px 0px 10px 8px;
  font-weight: bold;
}

/* Style of Category Icon */
img.sobi2CatIco {
  border-style: none;
  float: left;
  clear: left;
}

/* Style of Category Name */
p.sobi2CatName {
  padding-bottom: 5px !important
}
p.sobi2CatName a {
  color: #fff !important;
  background-color: #4D83B4;
    border-radius: 15px 15px 15px 15px;
    border-top: 1px solid #FFFFFF;
    box-shadow: 0 -1px 0 #4D83B4;
    font-size: 14px;
    padding: 8px 5px 5px !important;
    text-align: center;
    display: block
}

#sobi2CatListSymbols ul {
  
}

#sobi2CatListSymbols ul li {
    background: none !important;
    font-size: 11px;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 2px
}

#sobi2CatListSymbols ul li a {
   background-color: #F1F1F1;
    display: block;
    margin-left: 12px;
    padding: 1px 10px;
    text-align: center;
    width: 180px;
    font-weight: normal
}

p.sobi2CatName a:hover {
  background-color: #DFA210 !important;
  box-shadow: 0 -1px 0 #DFA210 !important; 
}

#sobi2CatListSymbols tr {
  float: left;
    margin-bottom: 20px;
}

/* Style of Category Introtext */
p.sobi2CatsListSymbolsIntrotext {
  font-size: 11px;
  padding-left: 50px;
  margin-top: 4px;
}

span.sobi2SubcatsList {
  display:block;
}

/* Style of the shown entries/subcategories numbers */
span.sobi2EditlinktipItems {
  text-decoration:  none;
  border-bottom: 1px dashed #aaa;
  padding-left:5px;
}
span.sobi2EditlinktipCats {
  text-decoration:  none;
  border-bottom: 1px dashed #aaa;
}


/* Style for Entries in Category View (Cards View) */
/* -------------------------------------------------------- */
table.sobi2Listing {
  width: 725px;
  margin-bottom: 10px;
}
table.sobi2Listing td {
    background-color: #f8f8f8;
    border-left: 1px solid #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    border-top: 1px solid #FFFFFF;
    box-shadow: 0 -5px 0 #3A78AF;
    float: left;
    margin-right: 10px;
    padding: 10px;
    width: 210px !important;
    height: 30px; 
    overflow: hidden;
}

table.sobi2Listing tr {
  float: left;
  margin-bottom: 20px;
  width: 725px
} 

/* Style for empty Cards (Placeholder) */
table.sobi2Listing td.sobi2EmptyCell {
  border-style: none;
  background-color: #ffffff;
  display: none
}
table.sobi2Listing input {
  float:left;
}

/* Style of Icon (Small Image) */
.sobi2Listing img {
  float: left;
  border-style: none;
  padding-top: 5px;
  padding-right: 5px;
}

/* Style of Title (Name of Entry) */
p.sobi2ItemTitle {

}
p.sobi2ItemTitle a {
   font-size: 13px;
}

/* Styles for the fields */
/* Add style for each field you added in the form span.sobi2Listing_field_yourname */
span.sobi2Listing_field_website {
  float:right;
  padding-right: 5px;
  margin-bottom: 15px;
}

/* Styles for the labels of the fields */
/* Add style for each field you added in the form span.sobi2Listing_field_yourname_label */
span.sobi2Listing_field_street_label,
span.sobi2Listing_field_postcode_label,
span.sobi2Listing_field_county_label,
span.sobi2Listing_field_country_label,
span.sobi2Listing_field_email_label,
span.sobi2Listing_field_contact_person_label,
span.sobi2Listing_field_phone_label,
span.sobi2Listing_field_fax_label,
span.sobi2Listing_field_city_label,
span.sobi2Listing_field_hotline_label,
span.sobi2Listing_field_phone_label,
span.sobi2Listing_field_federal_state_label,
span.sobi2Listing_field_website_label {
  font-weight: normal;
}


/* Style of Edit and Delete Buttons in Category View */
input.sobi2EditEntryButton {
}

/* Style for Page Navigation of Entries */
#sobi2PageNav {
  text-align: center;
}


/* Style of Details View */
/* -------------------------------------------------------- */
table.sobi2Details {
  width: 100%;
}
/* Style of Entry Name */
table.sobi2Details h1 {
  padding-top: 5px;
}

.mapa_adres {   
  margin-bottom: 20px;
    overflow: hidden;
    float: left
}

#sobi2outer p.adres {float: left; width: 214px}

/* Container for all custom fields data */
div#sobi2outer{
  float: left;
  margin-top: 0px;  /* position it vertically */
  padding-bottom: 5px; /* to fix IE bug */
  margin-top: 20px;
  width: 100%
}

/* Style of the Image */
img.sobi2DetailsImage{
    background-color: #FFFFFF;
    border: 2px solid #3A78AF;
    clear: both;
    display: block;
    margin-bottom: 11px;
    padding: 7px;
}
img.sobi2DetailsIcon {
}

#sobi2outer p.opis {text-align: center}

/* Styles for the fields */
/* Add style for each field you added in the form span#sobi2Details_field_yourname */
span#sobi2Details_field_myfield,
span#sobi2Details_field_street,
span#sobi2Details_field_postcode,
span#sobi2Details_field_county,
span#sobi2Details_field_country,
span#sobi2Details_field_phone,
span#sobi2Details_field_fax,
span#sobi2Details_field_city,
span#sobi2Details_field_hotline,
span#sobi2Details_field_phone,
span#sobi2Details_field_contact_person,
span#sobi2Details_field_federal_state {
  font-size: 12px;
}
span#sobi2Details_field_website,
span#sobi2Details_field_email {
  padding-top: 8px;
  font-size: 12px;
  display: block;
}
span#sobi2Details_field_description {
  padding-top: 20px;
  margin-top: 0px; /* position it vertically */
}

/* Styles for the labels of the fields */
/* Add style for each field you added in the form span#sobi2Listing_field_yourname_label */
span#sobi2Listing_field_street_label,
span#sobi2Listing_field_postcode_label,
span#sobi2Listing_field_county_label,
span#sobi2Listing_field_country_label,
span#sobi2Listing_field_email_label,
span#sobi2Listing_field_contact_person_label,
span#sobi2Listing_field_phone_label,
span#sobi2Listing_field_fax_label,
span#sobi2Listing_field_city_label,
span#sobi2Listing_field_hotline_label,
span#sobi2Listing_field_phone_label,
span#sobi2Listing_field_federal_state_label,
span#sobi2Listing_field_website_label {
  font-weight: bold;
}

p.sobi2ExpMsg {
  padding-left: 10px;  
}

/* Style for Way Search */
span.sobi2WaySearch {
  border-style: none;
  float: right;
  clear: right;
  margin-top: 15px; /* position it vertically */
  display: block;
  padding-right: 5px;
}
span.sobi2WaySearch img {
  padding-top: 8px;
  border-style: none;
  padding-left: 17px;
}

/* Style for Google Maps */
div#sobi2GoogleMaps {
  float: left;
  position: relative;
  border: 1px solid #333333;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 25px;
}

/* Style of Details Footer Line */
td.sobi2DetailsFooter {
  padding-left: 5px;
}

/* Style of Edit and Delete Buttons in Details View */
input#sobi2EditEntryButton, input#sobi2DelEntryButton {
  float:right;
}


/* Style of Footer Line */
/* -------------------------------------------------------- */
td#sobi2Footer, td#sobi2Footer a {
  font-size: 9px;
  color: #999999;
  padding-top: 10px;
  text-decoration: none;
}
table.sobi2Footer {
  width: 98%;
}
td#sobi2rss {
}
td#sobi2rss img {
  border-style: none;
  float: right;
}

/* Style of Entry Form */
/* -------------------------------------------------------- */
/* Header Line */
p#sobi2EditFormHeader {
  font-weight:bold;
  font-size: 14px;
  padding: 5px;
}

/* Info Requested Fields */
#sobi2ReqFieldsInfo {
  padding: 5px;
}

form#sobi2EditForm table,
table#sobi2FormTable {
  padding: 5px;
  width: 99%;
}
table#sobi2FormTable2, table#sobi2FormTable3 {
    width: 99%;
}
table#sobi2FormTable td,
table#sobi2FormTable2 td,
table#sobi2FormTable3 td {
  vertical-align: top;
}

/* Style of Input fields as entered in Fields Manager  */
input#field_entry_name,
input#field_postcode,
input#field_street,
input#field_city,
input#field_county,
input#field_country,
input#field_federal_state,
input#field_email,
input#field_website,
input#field_contact_person,
input#field_phone,
textarea#sobi2MetaKey,
textarea#sobi2MetaDesc,
input#sobi2Ico,
input#sobi2Img,
input#field_fax,
input#field_hotline,
input#field_street {
}

label.field_entry_name,
label.field_postcode,
label.field_street,
label.field_city,
label.field_county,
label.field_country,
label.field_federal_state,
label.field_email,
label.field_website,
label.field_contact_person,
label.field_phone,
label.field_fax,
label.field_hotline,
label.field_description,
label.sobi2Ico,
label.sobi2Img,
label.sobi2MetaKey,
label.sobi2MetaDesc {
}

/* Style for Checkboxes */
input#accept_rules,
input#field_website_on,
input#field_description_on {
}

/* Style for Not Free Label */
span.sobi2FormNotFreeLabel {
  display: block;
  padding-top: 5px;
}

/* Style for Category Information/Descriptions */
table#sobi2FormCats {
  width: 99%;
  border-style: none;
  margin: 10px;
}
table#sobi2FormCats td {
  padding: 10px;
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
}
p#catsTitle, p#catIntroText {
  width: 98%;
  font-size: 12px;
  font-weight: bold;
}
p#catMsg {
  width: 98%;
}

/* Style for Add and Remove Button */
#sobi2AddCatBt, #sobi2RemoveCatBt {
  width:50px;
}
/* Style for column with Buttons */
td.sobi2CatButtons {
  width: 50px;
  vertical-align: top;
}

/* Style for column with selected Categories */
td.sobi2CatSelected {
  vertical-align: top;
  width: 150px;
}
/* Styles for the box with Selected Categories */
select#sobi2SlectedCats {
  height: 100px;
  width: 150px;
}
select#sobi2SlectedCatsID {
  height: 0px;
  width:  0px;
  border-style: none;
}

/* Style for Safety Line */
table#sobi2FormFooter {
  float: left;
  clear: left;
}
table#sobi2FormFooter td {
  vertical-align: bottom;
}
img#seccode {
}
input#sobi2SendButton {
  float: right;
}
input#sobi2CancelButton {
  float: right;
}

/* Style for Payment Info */
/* -------------------------------------------------------- */
/* Style for upload info */
p.sobi2msg {
  padding-top: 15px;
  padding-left: 5px;
  font-size: 12px;
}
/* Container for all payment info */
div.sobi2PaymentContainer {
  width: 98%;
  padding: 10px 0px 10px 10px;
  margin-bottom: 25px;
  border: 1px solid #D0D0D0;
}

/* Style for Summary of Costs */
table#sobi2Payment {
  width: 50%;
  margin-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}
table#sobi2Payment td,
td.sobi2PayOption {
  width: 70%;
  text-align: right;
}
td.sobi2PayFees {
  width: 30%;
  text-align: right;
}
td#sobi2PayTotal {
  width: 30%;
  text-align: right;
  border-top: solid 1px #606060;
  font-weight: bold;
  color: red;
}

/* Style for Renewal Messages */
div.sobi2RenewHeader ,
div.sobi2AddEditHeader {
  padding: 20px 0 20px 0px;
}
div.sobi2RenewExpl {
  padding: 0 0 25px 6px;
  font-weight: bold;
}
#sobi2RenewEntryButton {
  margin-left: 10px;
}

/* Style for Payment Methods */
table#sobi2PaymentMethod {
  width: 70%;
  margin-top: 30px;
  margin-left: 5px;
}
table#sobi2PaymentMethod a:hover {
  font-style: normal;
  text-decoration: none;
}
p.sobi2PaymentMethodHeader {
  font-weight:bold;
  font-size: 110%;
  padding-bottom: 10px;
}
table#sobi2PaymentMethodBank,
table#sobi2PaymentMethodPayPal {
  width: 60%;
  margin-top: 15px;
  border-style: none;
  padding-left: 10px;
}
div.sobi2PaymentContainer h3 {
  font-size: 120%;
}

/* Styles for Searching */
/* -------------------------------------------------------- */
table.sobi2eSearchForm {
  width: 95%;
  margin-left: 5px;
}

span#sobi2SearchResultsSerchingString {
  font-weight: bold;
}
div#sobiSearchResponseContainer table {
  width:95%;
}

/* Styles for the new extended search function */
/* -------------------------------------------------------- */
/* height of the Div of category chooser */
div#sobiSearchFormCatsSelection {
}
/* select boxes with categories */
.catChooseBox {
}
#sobiSearchFormExtOptToggle {
  display: inline;
}
div#SobiSearchForm2dropsy {
  margin-left: 10px;
}
/* Label for the search box */
td#sobi2eSearchLabel {
  width: 75px;
}
td#sobi2eSearchBox {
}
td#sobi2eSearchButton {
}
td#sobi2eSearchEmptyCell {
  width: 50%;
}
td#sobi2eSearchPhrases,
td#sobi2eSearchButtonLine {
  width: 100%;
}
/* Label for the fields */

td.sobi2eSearchLabel {
  width: 150px;
}


/* Style for the Menu Module */
/* -------------------------------------------------------- */
div.sobi2MenuMod {
  margin-bottom: 8px;
  margin-top: 10px;
}
div.sobi2MenuModNew_menu a,
div.sobi2MenuModSearch_menu a
{
}
div.sobi2MenuModNew,
div.sobi2MenuModSearch {
  float: left;
  margin: 2px 5px 0px 5px;
}


/* Style of dTree 2.05 */
/* Copyright (c) 2002-2003 Geir Landr??? */
/* -------------------------------------------------------- */
.dtree {
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size: 11px;
  color: #666;
  white-space: nowrap;
  overflow: auto;
}
.dtree img {
  border: 0px;
  vertical-align: middle;
}
.dtree a {
  color: #333;
  text-decoration: none;
  font-weight: normal;
}
.dtree a.node, .dtree a.nodeSel {
  white-space: nowrap;
  padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
  color: #333333;
  text-decoration: underline;
}
.dtree a.nodeSel {
}
.dtree .clip {
  overflow: hidden;
}

#sub .dtree .clip {
  margin-left: 7px
}

a.treeNode:hover {
  color: #333333;
  text-decoration: none;
  font-weight: normal;
}
a.treeNode:visited {
  color: #333333;
  text-decoration: none;
  font-weight: normal;
}
a.treeNode:active, a.treeNode:focus {
  color: #333333;
  text-decoration: none;
  font-weight: normal;
}


/* Styles for SigsiuTree */
/* -------------------------------------------------------- */
.sigsiuTree {
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size: 11px;
  color: #666;
  white-space: nowrap;
  overflow: auto;
}
.sigsiuTree img {
  border: 0px;
  vertical-align: middle;
}
.sigsiuTree a {
  color: #333;
  text-decoration: none;
  font-weight: normal;
}
.sigsiuTree a.node, .sigsiuTree a.nodeSel {
  white-space: nowrap;
  padding: 1px 2px 1px 2px;
}
.sigsiuTree a.node:hover, .sigsiuTree a.nodeSel:hover {
  color: #333333;
  text-decoration: underline;
}
.sigsiuTree a.nodeSel {
  background-color: #c0d2ec;
}
.sigsiuTree .clip {
  overflow: hidden;
}
div.sigsiuTree a, .sigsiuTree a, a.treeNode:hover, a.treeNode, a.treeNode:visited {
  color: #333333 !important;
  text-decoration: none !important;
  font-weight: normal !important;
}
a.treeNode:active, a.treeNode:focus {
  color: #333333;
  text-decoration: none;
  font-weight: normal;
  background-color: #c0d2ec;
}


/* Styles for custom listings */
/* -------------------------------------------------------- */
div.sobi2CustomListingCatsHeader,
div.sobi2CustomListingItemsHeader {
  padding-left: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
}
div.sobi2CustomListingHeader {
  padding-left: 5px;
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: 5px;
}
div#sobi2AlphaLinks {
  width: 98%;
  text-align: center;
  padding: 5px;
  padding-bottom: 15px;
}


/* Styles for the plugin container */
/* -------------------------------------------------------- */
table.sobi2Listing_plugins {
  border-style:none;
  width: 100%;
  padding-left: 8px;
}
div.sobi2FormTabHeader {
  padding: 5px 2px 2px 5px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
}
div.sobi2FormtabContent {
  overflow: hidden;
  margin-left: 5px;
  margin-top: 5px;
}

/* Labels */
/* -------------------------------------------------------- */
span.sobiNewLabel {
  color: rgb(51, 51, 255);
  font-size: 12px;
  font-weight: bold;
  padding: 2px;
}
span.sobiHotLabel {
  color: rgb(255, 0, 0);
  font-size: 12px;
  font-weight: bold;
  padding: 2px;
}

.icons {    
  margin-bottom: 15px;
    overflow: hidden;
}

span.sobiUpdatedLabel {
  color: rgb(0, 153, 0);
  font-size: 12px;
  font-weight: bold;
  padding: 2px;
}

.sobi2Listing_field_icons_stoki li {
    float: left;
    height: 35px;
    margin-bottom: 6px;
    padding: 0 !important;
    text-indent: -9999px;
    width: 49px;
    cursor: pointer
}

.sobi2Listing_field_icons_stoki li:hover {margin-top: -5px !important}

li.kolejka-linowa {
  background: url(../images/kolejka-linowa.png) center 0 no-repeat !important
}

li.oswietlenie {
  background: url(../images/oswietlenie.png) center 0 no-repeat !important  
}

li.serwis-narciarski {
  background: url(../images/serwis-narciarski.png) center 0 no-repeat !important  
}

li.sklep-sportowy {
  background: url(../images/sklep-sportowy.png) center 0 no-repeat !important  
}

li.snowpark {
  background: url(../images/snowpark.png) center 0 no-repeat !important  
}

li.stok-nasniezany {
  background: url(../images/stok-nasniezany.png) center 0 no-repeat !important  
}

li.stok-ratrakowany {
  background: url(../images/stok-ratrakowany.png) center 0 no-repeat !important  
}

li.szkolka-narciarska {
  background: url(../images/szkolka-narciarska.png) center 0 no-repeat !important  
}

li.trasy-biegowe {
  background: url(../images/trasy-biegowe.png) center 0 no-repeat !important  
}

li.wyciag-gondolowy {
  background: url(../images/wyciag-gondolowy.png) center 0 no-repeat !important  
}

li.wyciag-krzeselkowy {
  background: url(../images/wyciag-krzeselkowy.png) center 0 no-repeat !important  
}

li.wyciag-orczykowy {
  background: url(../images/wyciag-orczykowy.png) center 0 no-repeat !important  
}

li.wypozyczalnie-nart {
  background: url(../images/wypozyczalnie-nart.png) center 0 no-repeat !important  
}
li.obiekt-gastronomiczny {
  background: url(../images/obiekt-gastronomiczny.png) center 0 no-repeat !important  
}

#tt {
    display: block;
    position: absolute;
    z-index: 100;
}


#tttop {
    display: block;
    height: 5px;
    margin-left: 5px;
    overflow: hidden;
}


#ttcont {
    background-color: #DFA210;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    margin-left: 5px;
    padding: 2px 12px 3px 7px;
    border-radius: 10px
}

#ttbot {
    display: block;
    height: 5px;
    margin-left: 5px;
    overflow: hidden;
}

.dojazd ul {margin-left: 15px; margin-bottom: 10px}

table.sobi2Listing_plugins td {border: none !important; background: none !important; box-shadow: none !important}
ul#kamery-internetowe li a.link_cam {    
  display: table-cell;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    width: 200px;
}

.pogoda_yr_dol {margin-bottom: 20px; overflow: hidden;}
.opad3dni {float: right; font-size: 11px; padding-bottom: 0 !important; width: 183px;}

.pogoda_yr_dol .yr_weather_left {padding-top: 7px}
.sunset {width: 183px; float: right; padding-bottom: 11px !important}
.see_weather {
  background-color: #4D83B4; 
  border-radius: 15px 15px 15px 15px;
    border-top: 1px solid #FFFFFF;
    box-shadow: 0 -1px 0 #4D83B4;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-weight: bold;
    padding: 7px 0 !important;
    text-align: center;
    width: 185px;
}
.see_weather:hover, .see_weather.active {
  background-color: #DFA210;
  box-shadow: 0 -1px 0 #DFA210;
}
.yr_pelny_raport {display: none}

table.raport_yr {
  width: 100%;
  border-collapse: collapse;
} 

table.raport_yr td {
  border: 1px solid #C1C1C1;
    padding: 8px 6px;
    vertical-align: middle;
    text-align: center;
}

table.raport_yr td p {padding: 0 !important}

.days td {text-align: center}
.days td b {display: block}
td.first, td.no_bg {text-align: right !important; padding-right: 10px !important}
.temperatura td, .wiatr td  {background-color: #F1F8FF; font-weight: bold}
.raport_yr_dol {display: block; margin-bottom: 20px;}

.main-left .componentheading.sobi {display: none}
.cam {clear: left; float: left; width: 221px;}
.mapa_obszaru {text-align: center}