/* overwrite syna-theme css */
.header-image
{
  background-repeat:no-repeat;
  background-attachment:scroll;
  background-position:50% 100%;
  background-size:auto 100%;
  border-radius:0
}

/* base-info fragment */
.layout_table
{
  column-count: 1;
  column-width: 100%;
  line-height:1.25;
}

.simple
{
  column-count: 1;
}

.use_width100
{
  width: 100%;
}

.main_column
{
  display: inline-block;
  vertical-align: top;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 10px;
}

.rounded-top-edge-5
{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.layout_table_row_odd
{
  padding-right: 10px;
  padding-left: 10px;
  background-color: #ffffff;
}

.layout_table_row_even
{
  padding-right: 10px;
  padding-left: 10px;
  background-color: #e6edf4;
}

.layout_table_row_title
{
  background-color: #a1bce5;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.simple_block
{
  display: inline-block;
}

.hard_text
{
  white-space:nowrap;
}

#base-info {
  font-size: 120%;
}

.rounded-content
{
  /*border-radius: 10px;
  border: 5px solid #cbdced;
  background: #cbdced;*/
}
