body {
  margin: 0;
  padding: 0;
  background-color: black;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@font-face {
	font-family: FED;
	src: url('../fonts/Federation.ttf');
}

@font-face {
	font-family: DIGM;
	src: url('../fonts/digital-7.mono.ttf');
}

@font-face {
    font-family: INCON;
    src: url('../fonts/InconsolataZi4varlvarquRegular-42gD.otf');
}

/* Table Build */
.divTable1 {
    display: table;
}
.divTable{
	border: none !important;
	display: table;
}
.divTableRow {
	border: none !important;
	display: table-row;
}
.divTableHeading {
	border: none !important;
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
    /*border: 1px solid #999999;*/
    border: none;
    outline: none;
    display: table-cell;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

/* Widget Styling */
#menu-scroll {
	padding: 0;
	margin: 0;
	width: 1520px;
	margin-top: -15px;
}

.menu-wrapper {
    position: relative;
    max-width: 100%;
    height: 240px;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.menu   {
    height: 209px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    }
    
.menu::-webkit-scrollbar {
	 display: none;
}
    
.item {
        display: inline-block;
        width: 250px;
        height: 100%;
        border-radius: 15px;
        border: 2px solid whitesmoke;
        vertical-align: top;
        padding: 10px;
        margin-right: 15px;
        margin-top: 0px;
        box-sizing: border-box;
        white-space: normal;
}

.paddles {
}
.paddle {
    position: absolute;
    top: 100px;
    bottom: 0;
    width: 3em;
    height: 45px;
    vertical-align: middle;
}
.left-paddle {
    left: 0;
    margin: 0;
    padding: 0;
    opacity: 50%;
    opacity: .5;
    filter: alpha(opacity=50);
}
.right-paddle {
    right: 0;
    margin: 0;
    padding: 0;
    opacity: 50%;
    opacity: .5;
    filter: alpha(opacity=50);
}
.hidden {
    display: none;
}