.shadowed {
	box-shadow: 0px 5px 5px #888888
}
.pauseplay {
	width: 100px;
	height: auto;
	border: 0px;
}
.padded {
	padding: 10px
}

/* Our table of events; Facebook, plus Wordpress when possible */
#eventsTable {
    float: left;
    border: 1px solid #dfdfdf;
    border-collapse: collapse;
    width: 100%;
    font-size: medium;
}

/* Hide second column when < 1000px */
@media all and (min-width: 1px) and (max-width: 999px) {
    td.col_2 {
        display:none;
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;
    }

    /* And show banner all the way across the screen */
    #bannersize {
	width: 100%;
    }
}
@media all and (min-width: 1000px) {
    /* And show banner half screen for large displays */
    #bannersize {
	width: 50%;
    }
}
