html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
 }

.center{
	margin:0 auto;
	width: 50%;
	text-align: center;
	
}


.table { 
    border-spacing: 0px;
    border-collapse: separate;
   /* transform: scale(0.5);
	 transform-origin: top left; 
	 */
}

.tableelem{
	display:inline;
	float: left;
	
}

.votetables{
    zoom: 0.5; 
    -moz-transform: scale(0.5); 
    -moz-transform-origin: 0 0; 
    width:200%;
    position:absolute;
    margin-top: 40px;
	 }



.sorthead{
  position: fixed;
  top: 0;
  z-index:99;
  background-color: darkgray;
  padding: 10px;
  width: 100%;
  
}

.inline{
	display: inline;
	
}


body{
	background-color: darkgray;
}

   

    .jbitem_top div {
        font-size: 26pt;
        white-space: nowrap;
        text-transform: uppercase;
    }

    .jbitem_mid div {
        font-size: 23pt;
        margin:18pt;
    }

    .jbitem_btm div {
        font-size: 26pt;
        white-space: nowrap;
        font-style: italic;
        
    }

    .jbitem_lft_effect {
        background: orange;
        position: absolute;
        left: 12px;
        top: 10px;
        right: 142px;
        bottom: 12px;
        mix-blend-mode: color;
        opacity: 0;
    }

    .jbitem_lft {
        background-image: url("../images/jb_lft_on.png");
        background-size: 100% 100%;
        width: 621px;
        height: 100%;
        position: relative;
        /*z-index: 1;*/
        margin-right: 135px;
        overflow: hidden;
    }

    .jbitem_rgt {
        background-image: url("../images/jb_rgt.png");
        background-size: 100% 100%;
        width: 135px;
        height:100%;
        position: absolute;
        right: 0px;
        /*z-index: 10;*/
    }
    
    body::after{
       position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
       content:url("../images/jb_lft_off.png") url("../images/jb_rgt_pressed.png");
    }

    .jbitem {
        height:221px;
        position: relative;
        margin: 8px;
        zoom: 0.5;
    }
    .outer {
    display: table;
    position: absolute;
    top: 2px;
    left: 0;
    height: 100%;
    width: 100%;
    }

    .middle {
    display: table-cell;
    vertical-align: middle;
    }

    .inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    }

    #itemcontainer{
        position: absolute;
        top: 0px;
        text-align:center;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }
    
    #ticker_wrapper {
        position: fixed;
        bottom: 0px;
        width: 100%;
        z-index: 42;
        /*text-align:center;
        opacity: 0;*/
    }
    #ticker {
        display: inline-block;
        color: white;
        font-size: 2vw;
        background-color: black;
        opacity: 0.6;
/*         background-image: linear-gradient(to top, rgba(0,0,0,255), rgba(255,255,255,0)); */
        padding: 20px 8pt;
        margin-left:-50px;
    }

@media screen and (min-width: 950px) {
    #itemcontainer {
        /*-moz-transform: scale(0.5);*/
    }
}
