
.pageWrapper {
    background: #F3F3F3 !important;
    background-image: none !important;
}
.inwestycjaMenu {
  background: none repeat scroll 0 0 #D74900;
  border: 1px solid #ABABAB;
  float: left;
  margin-bottom: 20px;
}

.inwestycjaMenuButton {
  background-color: #FFFFFF;
  border: 1px solid #C0C2C3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0;
  -moz-box-shadow: 0 0 5px 0;
  -webkit-box-shadow: 0 0 5px 0;
  color: #000000;
  display: block;
  float: left;
  margin: 10px;
  padding: 5px 10px;
  text-align: center;
  text-shadow: none;
  width: 260px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
}


.inwestycjaMenuButton:hover {
    background-color: #eaeaea;
}
.inwestycjaMenuButtonActive {
    background-color: #eaeaea;
    font-weight: bold;
}

.buildingFlatsTable {
    text-align: center;
    width: 600px;
    margin: 20px auto;
    border: 1px solid #ababab;
    font-size: 16px;
}

.buildingName {
    background-color: #EAEAEA;
    border-bottom: 1px solid #D74900;
    border-top: 1px solid #D74900;
    float: left;
    height: 20px;
    margin: 10px 0;
    text-align: center;
    width: 100%;
    padding-top: 4px;
}

.buildingFlatsTable td, th {
    padding: 5px;
}

.buildingFlatsTable td {
    border-top: 1px solid #ABABAB;
    border-left: 1px solid #ababab;
}

.buildingFlatsTable thead {
  background-color: #D74900;
  border-bottom: 1px solid #D74900 !important;
  color: #FFF;
  font-weight: bold;
}

.buildingFlatsTable thead th {
  border-left: 1px solid #ABABAB;
  text-transform: uppercase;
}

.buildingFlatsTable tr.even {
   background-color: #C5E2E7;
}

.buildingFlatsTable tr.odd {
   background-color: #FFF;
}

.flatsWrapper {
    margin-bottom: 15px;
}

.floorNameTd {
    vertical-align: middle;
    border-right: 1px solid #ABABAB; 
    background-color: #fff !important;
}
.freeFlat {
    color: #D74900;
    font-weight: bold;
}


.rozalinMieszkaniaTab {
    margin: 0 auto;
    
}

.rozalinMieszkaniaTab td {
   padding: 5px;
   border: 1px solid #ababab;
}

