nav, footer {
	background-color: #2E2E2E;
}

nav, footer, nav a, footer a {
	color: #FFF;
}

nav ul a:hover {
	background-color: transparent !important;
}

main {
	max-width: 100vw;
	margin: 0 10%;
	padding-bottom: 20px;
}

table:not(#frontpage_table) {
	overflow-x: auto;
	white-space: nowrap;
	display: block;
}

input[type=text], input[type=email], input[type=password] {
	width: 300px !important;
}

input[type=checkbox] {
	position: inherit !important;
	opacity: 1 !important;
	pointer-events: auto !important;
}

hr {
	border: 1px solid #2E2E2E;
	width: 50%;
	margin: 0 auto;
}

#ongoingsync_pricebox {
	background-color: #8cc63e !important;
	color: #FFF;
	border-radius: 10px;
	padding: 20px;
	width: 400px;
}

#ongoingsync_pricebox p:nth-child(1) {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}

#ongoingsync_pricebox li {
	margin: 0;
	padding: 10px 0;
}

#ongoingsync_pricebox li:not(:last-child) {
	border-bottom: 1px solid #FFF;
}

#ongoingsync_pricebox ul {
	padding: 0 20px;
	list-style: none;
}

#ongoingsync_pricebox p:nth-child(3) {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

#ongoingsync_pricebox p:nth-child(4) {
	text-align: center;
	font-weight: normal;
	font-size: 16px;
}

#ongoingsync_pricebox button {
	border: 1px solid #FFF;
	margin: 0 auto;
}

#frontpage_log {
	border: 1px solid #000;
	padding: 10px;
	line-height: 20px;
	height: 600px;
	overflow-y: auto;
}

#frontpage_table {
	table-layout: fixed;
}

#frontpage_log td {
	margin-bottom: 10px;
	text-align: left;
}

#frontpage_log td:nth-child(1){
	white-space: nowrap;
	width: 160px;
}

#frontpage_log td:nth-child(2){
	white-space: nowrap;
	width: 200px;
}

#frontpage_log td:nth-child(3){
	
}

#frontpage_form input[type=text] {
	display: inline !important;
	width: 150px !important;
	height: 40px !important;
	border: 0.1rem solid #d1d1d1;
	border-radius: 5px;
	padding-left: 15px;
}

#frontpage_form select {
	display: inline !important;
	width: 170px !important;
	height: 40px !important;
}

#frontpage_form input[type=date] {
	width: 150px;
}

#frontpage_form input[type=time] {
	width: 100px;


@media only screen and (max-width: 768px) {
	main {
		width: 95%;
		margin: 0 auto;
	}
}

@media print {
  body *:not(.printable, .printable *) {
    display: none !important;
  }
}