/* =Typography
-----------------------------------------------------------------------------*/
body {
    overflow-y: scroll;
}

td {
	min-width: 24px;
}

.vcs-banner {
	background-color: #800000;
	color: white;
	text-align: center;
	font-size: large;	
}

/* =Links
-----------------------------------------------------------------------------*/


/* =Layout
-----------------------------------------------------------------------------*/
.wrapper {
	max-width: 1024px;
	margin: auto;
	padding: 10px;
}

#header-text {
	padding: 14px;	
}

.iframediv {
    width: 100%;
    height: 0;
    padding-bottom: 75%; /* Change this till it fits the dimensions of your video */
    position: relative;
}

.iframediv iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.ballot-container {
   height: auto;
   overflow: hidden;
}
    
.ballot-right {
    width: 180px;
    float: right;
    background: #aafed6;
}

.ballot-left {
    float: none; /* not needed, just for clarification */
    background: #e8f6fe;
    /* the next props are meant to keep this block independent from the other floated one */
    width: auto;
    overflow: hidden;
}

/* =Header
-----------------------------------------------------------------------------*/


/* =Nav
-----------------------------------------------------------------------------*/


/* =Misc
-----------------------------------------------------------------------------*/
.dstcode {
	width: 14px;
	margin-top: 4px;
}
.number-col {
	width: 85px;
	text-align: right;
}
.date-col {
	width: 125px;
}
.icon-col {
	width: 25px;
}
.checkboxdiv {
	width: 30px;
	height: 30px;
	background-size: contain;
	background-image: url("../img/unchecked_checkbox.png");
}

.checkboxdiv input {
	display: none;	
}

/* =Button Images
-----------------------------------------------------------------------------*/
.onoffswitch {
    position: relative; width: 137px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 36px; padding: 0; line-height: 36px;
    font-size: 20px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Installed";
    padding-left: 10px;
    background-color: #34C258; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Available";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 23px; margin: 6.5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 97px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

/* =Footer
-----------------------------------------------------------------------------*/
