@media (max-width:600px){
	h1{
		font-size:18px;
	}
	.topbar{
		/* background-color:white; */
		/* position:fixed; */
		/* z-index:19; */
		/* height:55px; */
	}
	.topbar h1{
		font-size:12px;
		font-weight:normal;
	}
	.topbar .leftlogo, .topbar .rightlogo{
		max-height:50px;
	}
	.topbar .leftlogo img, .topbar .rightlogo img{
		width:100%;
		height:100%;
	}
	.topbar .toggleMenu{
		float:left;
		width:40px;
		border:1px solid red;
		background-color:blue;
		font-size:10px;
		/* margin-top:-20px; */
		height:20px;
		z-index:20;
	}
	
	.top-space{
		height:55px;
	}

.top-menu-toggle{
	float:right;
}
	
	nav span.navbutton{
		display:inline-block !important;
		width:48%;
		font-size:90%;
		height:auto;
	}
	nav span.navbutton a{
		text-decoration:none;
		width:100%;
		font-size:90%;
		margin:2px;
	}

	
.toprow{
    width: auto;
    display: block;
    margin: 0px;
    font-size: 14px;
    color: white;
    background-color: green;
    padding: 0;
}

.toprow span.currenttime{
	width:auto;
}
.toprow span.today{
	width:auto;
	text-align:left;
}
	
}



@media (max-width:450px){
	nav span.navbutton{
		display:block !important;
		width:auto;
		font-size:90%;
		height:auto;
	}
	nav span.navbutton a{
		text-decoration:none;
		width:100%;
		font-size:90%;
		margin:2px;
	}

}





@media (max-width:993px) {
    div.inputCellWrapper {
        min-width:23%;
        margin:1px;
    }
}

@media (max-width:768px) {
    div.inputCellWrapper {
        min-width:30%;
        margin:1px;
    }
}
@media (max-width:600px) {
    div.inputCellWrapper {
        min-width:46%;
        margin:1px;
    }
}

@media (max-width:320px) {
    div.inputCellWrapper {
        width:95%;
        margin:3px 0px;
    }
}

