img{
    max-width:500px;
}

.table
{
  display:table;
}

.table-row
{
  display:table-row;
  vertical-align:top;
}

.table-separator_row
{
  display:table-row;
  vertical-align:top;
  
}

.table-cell
{
  display:table-cell;
  font-size:12;
}

.table-date_cell
{
  display:table-cell;
  font-size:8pt;
  vertical-align:top;
  padding: 20px;
}

#nagykeret {
  width:660px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background:rgba(255,255,255,0.5);
  -webkit-box-shadow: #B3B3B3 10px 10px 10px;
  -moz-box-shadow: #B3B3B3 10px 10px 10px;
  box-shadow: #B3B3B3 10px 10px 10px;
}

#cim {
  width:550px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background:rgba(50,50,50,0.5);
  -webkit-box-shadow: #B3B3B3 10px 10px 10px;
  -moz-box-shadow: #B3B3B3 10px 10px 10px;
  box-shadow: #B3B3B3 10px 10px 10px;
}

#lapozokeret {
  width: 90%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background:rgba(180,180,180,0.5);
  -webkit-box-shadow: #B3B3B3 10px 10px 10px;
  -moz-box-shadow: #B3B3B3 10px 10px 10px;
  box-shadow: #B3B3B3 10px 10px 10px;
  position: fixed;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 25px;
  text-align: center;
  align: center;
  valign: center;
  text-valign: center;
}

#oldalkeret {
  width: 200px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background:rgba(180,180,180,0.5);
  -webkit-box-shadow: #B3B3B3 10px 10px 10px;
  -moz-box-shadow: #B3B3B3 10px 10px 10px;
  box-shadow: #B3B3B3 10px 10px 10px;
  position: fixed;
  top: 200px;
  left: 20px;
  right: 0;
  text-align: center;
  align: center;
  valign: center;
  text-valign: center;
}

