body{
      background-color: #FAE5D3;
}
#maindiv{
background-color: #ffffff;
display:block;
margin: 0 auto !important;
box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -4px rgba(31, 73, 125, 0.3), -12px 0 15px -4px rgba(31, 73, 125, 0.3);
width: 1200px !important;
z-index: 3;
}
#history-cases{
    display: table;
    margin: 0 auto;
    margin-top:110px;
}
.history-table {
    border-collapse: separate;
    font-family: 'Montserrat', sans-serif;
    border-spacing: 2px;
    border-width: 0;
    border-radius: 16px;
    background: transparent;
}
.history-table tbody{
      display: table;
      table-layout: fixed;
      border-spacing: 0 10px;
    min-width: 768px;
}
#falscheSuchanfrage{
    font-size: 24px;
}
#center-logo{
    display: table;
    margin: 0 auto;
}
#gmktec-logo{
    width: 400px;
}
#center-google{
    display: table;
    margin: 0 auto;
}
.spacer{
    height: 10px;
    width:100%;
}
.bigspacer{
    height: 50px;
    width:100%;
}
.pageframe{
    width: 100%;
}
.mtn {
  margin-top: 1em;
}