.scb_formViewBG {
    max-width:800px;
    height: auto;
    background-color: rgba(100,100,100,.5);
    background-tint:30%;
    padding-bottom:10px;
}
.scb_input {
    width: 100%;
    height:30px;
    display: block;
    -webkit-appearance: menulist-button;

}
.scb_button {
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color:orange;
    border-radius: 3px;
}

.tableEvent{
    width: 100%;
    max-width:800px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    table-layout: fixed;
      border:none;

}
.tableEvent td{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tableEvent th{
cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.tableEvent td.hideIfSmall
{
 text-align:center;
 color:black;

}


.tableEvent_cell{
  display:table-cell;
  height:100px;
  border:solid black 0px;
}
.tableEvent_cell_2x{
  display:table-cell;
  width:160px;
  border:solid black 0px;
}



@media screen and (max-width: 580px) {
.tableEvent td.hideIfSmall
{
display:none;
}
.tableEvent th.hideIfSmall
{
display:none;
}
}