/* mainpage.css */
.SiteLeft {
  width: 33%;
}
 
.SiteContent {
  background: white;
  padding-top: -20px;
}
.SiteMenuSection {
  background: #ECEEEF;
  height: 600px;
  display: table-cell;
}

.SiteRight {
  width: 33%;
}

#StructureTable {
  border: 1px solid #455661;
  border-bottom: none;
}

#StructureTable td {
  vertical-align: top;
}

#AdBanner {
  width: 120px;
}

#MainContent {
  width: 100%;
}

#DevisBox {
  margin: 14px;
}