@media only screen and (max-width: 1080px) {    #main {		width: 100%;		left: 0;		position: relative;		margin-left: 0;		height: auto;	}}@media only screen and (max-width: 1000px) {    .topmenubar tr td {		display:block;		padding:5px;	}		.lefttopmenubar {		text-align:center;		width:100%;	}		.topmenubar tr td.second_row {		text-align:center;	}		.nomobile {		display:none;	}		.mobiletable {		display:table-cell;	}		.mobileinline {		display:inline;	}}