@media screen and (max-width: 480px) {
	header > a:first-of-type > img {
		max-width: 40%;
	}
	section {
		text-align: center;
		padding-bottom: 55px!important;
		overflow-x: hidden;
	}
	section > .frames table {
		width: 100%;
	}
	section > .frames > tbody > tr > td {
		display: block;
	}
	section > table > tbody > tr > td,section > table > tbody > tr > th {
		display: block;
	}
	section > table > tbody > tr > td:last-of-type,section > table > tbody > tr > th:last-of-type {
		border-bottom: 1px solid #aaa;
	}
	/*.scrolled {
		
	}*/
	nav a {
		padding: 5px;
		font-size: 100%;
	}
	nav a > span {
		font-size: 170%!important;
		margin: 0px!important;
	}
	nav .menuItem a .txt {
		display: none;
	}
	
	.desktop_only {
		display: none;
	}
	
	#newpost > div {
		width: 80%;
	}
	.newpost {
		font-size: 20px!important;
		width: 20px;
		height: 20px;
		right: 5px;
		bottom: 55px;
	}
	.threadlist {
		width: 100%;
	}
	.threadlist th {
		display: table-cell;
	}
	.threadlist td {
		display: table-cell;
	}
	.threadlist td:last-of-type,.threadlist th:last-of-type {
		display: none;
	}
	.threadlist tr td:nth-of-type(2) *,.threadlist tr td:nth-of-type(3) * {
		white-space: nowrap;
	}
	.forumlist tbody tr td,.forumlist tr th {
		display: block;
	}
	.forumlist tbody td:empty {
		text-align: right;
	}
	.forumlist tbody th:first-of-type {
		margin-top: 20px;
	}
	.forumlist thead:first-of-type th {
		font-size: 100%;
	}
	.forumlist tbody tr:last-of-type td:last-of-type {
		padding-bottom: 10px;
	}
	
	.mobileTable {
		width: 97%;
	}
	.mobileTable tbody {
		background-color: #fff;
		display: block;
		margin: 10px 0px;
	}
	.mobileTable th {
		display: none;
	}
	.mobileTable td {
		display: block;
	}
	.detailedticketseventlist tbody {
		border: 1px solid #aaa;
	}
	.detailedticketseventlist {
		width: 100%;
	}
	.helpedittable {
		width: 100%;
	}
	.helpedittable th {
		display: none;
	}
	.helpedittable td {
		display: block;
	}
	.helpedittable tbody {
		border: 1px solid #aaa;
	}
	.helpedittable p {
		word-break: break-word;
	}
	.helpedittable tr td:last-of-type input {
		width: 100%;
	}
	.errorlisttable tbody:first-of-type {
		display: none;
	}
	.errorlisttable td {
		display: block;
	}
	.errorlisttable tbody {
		border: 1px solid #aaa;
	}
	.errorlisttable tr td:nth-of-type(1) {
		font-style: italic;
	}
	.errorlisttable tr td:nth-of-type(2) {
		font-weight: bold;
	}
	#tinfo_content td p {
		font-size: 90%;
	}
	.newticketform textarea {
		width: 97%;
	}
	#computerList tr:not(:first-of-type) p {
		font-size: 90%;
	}
	
	.rightstable {
		width: 100%;
	}
	.rightstable tr:first-of-type {
		display: none;
	}
	.rightstable td {
		display: block;
	}
	.rightstable tr td:first-of-type {
		font-weight: bold;
	}	
	
	.maillist {
		width: 100%;
	}
	.maillist tbody:first-of-type {
		display: none;
	}
	.maillist td:not(:first-of-type) {
		display: block;
	}
	.maillist tbody:nth-of-type(2) {
		border-top: 1px solid #aaa;
	}
	.maillist tbody {
		border-bottom: 1px solid #aaa;
	}
	.maillist tbody td:nth-of-type(2) {
		font-weight: bold;
	}
	.maillist tbody td:nth-of-type(4) {
		font-style: italic;
		color: #999;
		text-align: right;
	}
	#dashboard > a > p:first-of-type {
		font-size: 48px;
		padding: 10px;
	}
	#dashboard > a canvas {
		height: 44px;
	}
	#dashboard > a > p:nth-of-type(2) {
		font-size: 18px;
	}
	#dashboard > a > p span {
		font-size: 48px;
	}
	#loader > div > span {
		font-size: 50vw;
	}
	footer > p {
		font-size: 80%;
	}
	footer > p > span:first-of-type {
		display: block;
	}
	footer > p > span:nth-of-type(2) {
		display: none;
	}
	footer > p > span:last-of-type(2) {
		display: block;
	}
	nav .notification {
		max-width: 100vw;
	}
	.editusertable {
		width: 100%;
	}
	.editusertable tr:first-of-type th {
		display: none;
	}
	.editusertable tr:not(:first-of-type) {
		display: block;
		border: 1px solid #ccc;
		background-color: #fff;
		margin-top: 5px;
	}
	.editusertable td {
		display: block;
	}
	#gradeStat tr:first-of-type {
		display: none;
	}
	#gradeStat tr:not(:first-of-type) {
		display: inline-block;
		background-color: #fff;
		margin: 10px;
		width: 40vw;
	}
	#gradeStat tr:not(:first-of-type) td {
		display: block;
		max-height: 20px;
		overflow: hidden;
		transition: max-height 500ms;
	}
	#gradeStat tr:not(:first-of-type):not(:hover) td:nth-of-type(1),
	#gradeStat tr:not(:first-of-type):not(:hover) td:nth-of-type(2),
	#gradeStat tr:not(:first-of-type):not(:hover) td:nth-of-type(5),
	#gradeStat tr:not(:first-of-type):not(:hover) td:nth-of-type(6){
		max-height: 0px;
	}
	#gradeStat .gcRed {
		background-color: #fff6f6!important;
	}
	#gradeStat .gcGreen {
		background-color: #f6fff6!important;
	}
	#gradeStat .gcBlue {
		background-color: #f6f6ff!important;
	}
	#gradeslist img {
		width: 100%;
	}
	.listEditor tr {
		margin: 10px;
	}
	#borrowComRegisterFieldParent {
		padding: 0px 0px 200px;
	}
	#borrowComRegisterField {
		bottom: 80px;
		background-color: #fff;
		right: 10px;
		width: 250px;
	}

	.makerclub_projectsGUI {
		width: 100%;
		margin: auto;
	}
	.makerclub_projectsGUI td {
		border: 1px solid #aaa;
		background-color: #fff;
		display: block;
		margin: 15px 0px;
		width: auto;
	}
	.makerclub_projectsGUI table:not(.borders) td {
		border-left: none;
		border-right: none;
	}
	.makerclub_projectsGUI > tbody > tr > td:first-of-type {
		width: auto;
	}
	.makerclub_projectsGUI > tbody > tr > td:nth-of-type(2) {
		width: auto;
	}
	#makerclub_projects_info .memberTable td {
		display: table-cell;
	}
}
@media screen and (min-width: 480px) {
	.newpost {
		font-size: 50px!important;
		width: 50px;
		height: 50px;
	}
	nav a {
		padding: 0px;
		font-size: 100%;
	}
	nav a .txt {
		display: inline-block;
		padding: 5px 10px;
	}
	nav .menuItem > a {
		width: 100%;
	}
	nav .menuItem .material-icons, nav .menuItem .material-symbols-rounded {
		margin-left: 5px;
	}
	.forumlist tbody th:first-of-type {
		width: 150px;
	}
	.forumlist {
		width: 80%;
	}
	.forumlist thead:first-of-type th {
		font-size: 140%;
	}
	.forumlist td,.forumlist th {
		border: 1px solid #ccc;
	}
	.forumlist tr:nth-of-type(3) td:last-of-type {
		width: 100%;
	}
	.forumlist tr:nth-of-type(3) td:first-of-type {
		white-space: nowrap;
	}
	.forumlist tr:nth-of-type(3) td:first-of-type span {
		margin: 0px 5px 0px 5px;
	}
	#newpost > div {
		width: 60%;
	}
	#dashboard > a {
		float: left;
	}
	#dashboard > a > p:first-of-type {
		font-size: 48px;
		padding: 20px 20px 0px 20px;
	}
	#dashboard > a canvas {
		height: 68px;
	}
	#dashboard > a > p:nth-of-type(2) {
		font-size: 24px;
	}
	#dashboard > a > p span {
		font-size: 48px;
	}
	#loader > div > span {
		font-size: 50vh;
	}
	.rightstable tr td:nth-of-type(4),.rightstable tr td:nth-of-type(5) {
		width: 30vw;
		word-wrap: break-word;
	}

	.makerclub_projectsGUI > tbody > tr > td:first-of-type {
		width: 20%;
	}
	.makerclub_projectsGUI > tbody > tr > td:nth-of-type(2) {
		width: 30%;
	}
	.makerclub_projectsGUI > tbody > tr > td:nth-of-type(3) {
		width: 15%;
	}
}
@media screen and (min-width: 720px) {
	.statistics {
		max-width: 95%;
	}
}