div.status_icon_yellow {
        display: inline-block;
        padding: 5px;
        margin: 2px;
        border: 1px #d8b703 solid;
        border-radius: 4px;
        color: #282200;
        background-color: #efcc0d;
}
div.status_icon_red {
        display: inline-block;
        padding: 5px;
        margin: 2px;
        border: 1px #dd1111 solid;
        border-radius: 4px;
        color: #ffffff;
        background-color: #bb2222;
}
div.status_icon_green {
        display: inline-block;
        padding: 5px;
        margin: 2px;
        border: 1px #11aa11 solid;
        border-radius: 4px;
        color: #ffffff;
        background-color: #337733;
}
div.status_icon_blue {
	display: inline-block;
	padding: 5px;
	margin: 2px;
	border: 1px #1063df solid;
	border-radius: 4px;
	color: #efefef;
	background-color: #1063df;
}

.booking-choices {
	display: inline-block;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.booking-choices li {
	float: left;
	width: 200px;
	height: 100px;
	position: relative;
}

.booking-choices label, .booking-choices input {
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.booking-choices input[type="radio"] {
    opacity:0.011;
    z-index:100;
}

.booking-choices input[type="radio"]:checked + label {
	background: #33aa33;
	color: #ffffff;
}

.booking-choices label {
	padding:5px;
	border: 1px #ffffff solid; 
	cursor:pointer;
	z-index:90;
	background-color: #efefef;
	text-align: center;
}

.booking-choices label:hover {
	background-color: #dddddd;
}

body {
	font-size: 13px;
	font-family: verdana;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #ffffff;
}

div.main_frame {
	max-width: 700px;
	width: 100%;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.low_pri {
	display: none;
}
input.password {
	-webkit-text-security: square !important; 
}
div.paddingbox {
	padding: 10px;
}
div.activity {
	display: flex;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px #eeeeee solid;
}
div.activity_day {
	width: 100%;
	display: block;
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	font-size: 14px;
	color: #555555;
	margin-bottom: 25px;
	margin-top: 15px;
}
div.activity_avatar {
	display: inline-block;
	width: 58px;
	padding: 5px;
}
div.activity_content {
	display: inline-block;
	flex: 1;
}
div.activity_title {
	display: block;
	margin-bottom: 5px;
	color: #333333;
}
div.activity_comment {
	display: block;
	background-color: #e0f0ff;
	margin-bottom: 5px;
	padding: 10px;
}
div.activity_timestamp {
	display: block;
	font-size: 12px;
	color: #888888;	
	margin-bottom: 5px;
}
div.text_normal {
	display: block;
	font-size: 12px;
}
div.text_small {
	display: block;
	font-size: 10px;
}
table.meta_table {
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	border-spacing: 7px;
}
td.meta_title {
	background: linear-gradient(#e0e0e0, #a0a0a0);
	color: #222222;
	font-weight: bold;	
	border: 1px #000000 solid;
}
td.meta_content {
	background: linear-gradient(#ffffff, #e0e0e0);
	color: #000000;
	font-weight: normal;
}
select#addproduct {
	padding: 8px;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
}
[tooltip]:before {
	/* needed - do not touch */
	content: attr(tooltip);
	position: absolute;
	opacity: 0;
    
	/* customizable */
	transition: all 0.15s ease;
	padding: 10px;
	color: #333;
	border-radius: 3px;
	box-shadow: 2px 2px 1px silver;    
}

[tooltip]:hover:before {
	/* needed - do not touch */
	opacity: 1;
	white-space:pre-wrap;
	display: block;    
	/* customizable */
	background: yellow;
	margin-top: -100px;
	margin-left: 50px;
	font-size: 12px; 
}

[tooltip]:not([tooltip-persistent]):before {
	pointer-events: none;
}

div.bookinginfo_alt {
	font-size: 14px;
	font-weight: normal;
}
div.bookingwrap {
	font-size: 8px;
	text-align: center;
	color: #000000;
	width: 100%;
	border: 1px #cccccc solid;
	background-color: #efefef;
	padding: 1px;
}
div.bookingwrap_cancelled {
	font-size: 8px;
	text-align: center;
	color: #000000;
	width: 100%;
	border: 1px #eecccc solid;
	background-color: #fffafa;
	text-decoration: line-through;
	padding: 1px;
}
div.bookingwrap_free {
	font-size: 8px;
	text-align: center;
	width: 100%;
	border: 1px #cccccc solid;
	background-color: #c8fec8;
	padding: 1px;
	height: 176px;
}
div.bookingwrap_free_weekend {
	font-size: 8px;
	text-align: center;
	width: 100%;
	border: 1px #cccccc solid;
	background-color: #dfdfdf;
	color: #666666;
	padding: 1px;
	height: 176px;
}
div.bookingwrap_small {
	font-size: 8px;
	text-align: center;
	width: 100%;
	border: 1px #cccccc solid;
	background-color: #efefef;
	padding: 1px;
}
table#calendartable {
	width: 100%;
}

td.calendar_day,td.calendar_weekend {
	padding: 5px;
	text-align: center;
	margin: 1px;
}
tr.widget_tr {
	background-color: #414040;
	color: #ffffff;
}
td.calendar_day {
	font-size: 11px;
	color: #ffffff;
}
td.calendar_weekend {
	font-size: 11px;
	background-color: #414040;
	color: #888888;
}


div.widgettitle {
	background-color: #194e60;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background: linear-gradient(#e0e0e0, #ababab);
	color: #222222;
	font-size: 16px;
	font-weight: bold;
}
div.widgetcontent {
	padding: 0px;
}
.icon {
	margin: 0 .3em;
	padding: 0 !important;
	width: 16px;
	height: 16px;
	background-image: url('/gfx/sprites.png') !important;
	background-repeat: no-repeat !important;
	background-position: top left !important;
}
.icon_edit {
	background-position: 0 -512px !important;	
}
.icon_what {
	background-position: 0 -368px !important;	
}
.icon_warn {
	background-position: 0 -2000px !important;	
}
.icon_show {
	background-position: 0 -1552px !important;	
}
.icon_free {
	background-position: 0 -1135px !important;	
}
.icon_add {
	background-position: 0 -1216px !important;	
}
.icon_yes {
	background-position: 0 -2160px !important;	
}
.icon_delete {
	background-position: 0 -432px !important;	
}
.icon_details {
	background-position: 0 -48px !important;	
}
.icon_db {
	background-position: 0 -1872px !important;	
}
.icon_events {
	background-position: 0 -576px !important;	
}
.icon_reports {
	background-position: 0 -992px !important;	
}
.icon_tools {
	background-position: 0 -1280px !important;	
}
.icon_key {
	background-position: 0 -944px !important;	
}
tr.table_header {
	background-color: #194e60;
	color: #ffffff;
}
tr.table_row_a {
	background-color: #eff4f7;
}
tr.table_row_b {
	background-color: #fafbff;
}
td {
	padding: 5px;
}
.message {
	margin: 10px;
	display: inline-block;
}
div#menu {
	width: 100%;
	display: flex;
	align-items: stretch;
}
a.mainmenu_standard, a.mainmenu_highlighted, div.mainmenu_standard {
	display: none;
	padding: 8px;
	font-size: 16px;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
a.mainmenu_highlighted {
	border-bottom: 1px #ffffff solid;
	border-top: 1px #000000 solid;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	background-color: #ffffff;
}
a.mainmenu_highlighted:hover {
	text-decoration: none;
}
a.mainmenu_standard {
	border: 1px #000000 solid;
	background-color: #efefef;
	background: linear-gradient(#efefef, #cbcbcb);
}
a.mainmenu_standard:hover {
	background: linear-gradient(#efefef, #e5e5e5);
	text-decoration: none;
}
div.mainmenu_standard {
	border-bottom: 1px #000000 solid;
	background-color: #efefef;
}

a.mainmenu_filler {
	flex: 1;
	border-bottom: 1px #000000 solid;
}
div#frame {
	background-color: #ffffff;
	border-bottom: 1px #000000 solid;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	display: block;
}
div#content {
	display: block;
	align-items: stretch;
	padding: 0px;
}
div#main {
	display: block;
	padding: 0px;
	background-color: #efefef;
}
h3 {
	width: 100%;
	display: block;
	clear: both;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
}
h2 {
	width: 100%;
	display: block;
	clear: both;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
}
h1 {
	width: 100%;
	display: block;
	clear: both;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
}
div#header {
	background-color: #194e60;
	width: 100%;
	padding: 0;
}
img.headerlogo {
	padding: 10px;
	max-width: 90%;
	width: 600px;
	display: block;
}
div#footer {
	width: 100%;
	background-color: #194e60;
	display: block;
}
div#footertext {
	font-size: 8px;
	padding: 10px;
	color: #ffffff;
}
div#footer a:link, div#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
div#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
table {
	width: 100%;
}
.calendar_nav {
	width: 80px;
	max-width: 18%;
	font-size: 14px;
}

div.block_timestamp {
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 14px;
	background: #194e60;
	color: #ffffff;
	font-weight: bold;
}
div.block_title {
	display: block;
	padding: 8px;
	text-align: center;
	background: linear-gradient(#e0e0e0, #ababab);
	color: #222222;
	font-size: 20px;
	font-weight: bold;
}
div.block_item {
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	color: #222222;
	font-size: 16px;
	border-bottom: 1px #000000 solid;
}

a.block_order, div.block_order {
	text-decoration: none;
	display: flex;
	align-items: stretch;
	width: 100%;
	text-align: left;
}
a.block_disable {
	width: 35px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px #ff7777 solid;
	background-color: #ff5959;
	font-size: 20px;
	display: inline-block;
	color: #ffffff;
	text-align: center;
}
.block_filename {
	padding: 12px 7px 7px 7px;
	border: 1px #fafafa solid;
	flex: 1;
	background: linear-gradient(#fefefe, #f0f0f0);
	font-size: 11px;
	display: inline-block;
	text-align: left;
	font-weight: bold;
}
div.block_order_arrow {
	width: 50px;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px #777777 solid;
	background: linear-gradient(#e5e5e5, #8e8e8e);
	font-size: 24px;
	display: inline-block;
	text-align: center;
}
div.block_order_time {
	padding: 7px;
	border: 1px #777777 solid;
	background: linear-gradient(#e5e5e5, #8e8e8e);
	font-size: 24px;
	display: inline-block;
	text-align: left;
	font-weight: bold;
}
div.block_order_time_done {
	padding: 7px;
	border: 1px #777777 solid;
	background: linear-gradient(#e5e5e5, #8e8e8e);
	color: #777777;
	font-size: 24px;
	display: inline-block;
	text-align: left;
	font-weight: bold;
}
div.block_order_time_small {
	padding: 7px;
	border: 1px #777777 solid;
	background: linear-gradient(#e5e5e5, #8e8e8e);
	font-size: 14px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}
div.block_order_text {
	border: 1px #7e96ba solid;
	background: linear-gradient(#cacaff, #7e96ba);
	flex: 1;
	padding: 10px;
	font-size: 15px;
	display: inline-block;
	text-align: left;
	font-weight: bold;
}
div.block_order_text_done {
	border: 1px #7e96ba solid;
	background: linear-gradient(#cacaff, #7e96ba);
	color: #777777;
	padding: 10px;
	flex: 1;
	font-size: 15px;
	display: inline-block;
	text-align: left;
}
button.block_product_remove {
	display: inline-block;
	background-color: #ffaabb;
	border: 1px #ff0000 solid;
	font-size: 14px;
}
div.block_product {
	border: 1px #7e96ba solid;
	background: linear-gradient(#cacaff, #7e96ba);
	font-size: 15px;
	display: flex;
	text-align: left;
}
div.block_product_text {
	padding: 12px 7px 7px 7px;
	display: inline-block;
	flex: 1;
}
div.block_product_count {
	padding: 12px 7px 7px 7px;
	display: inline-block;
	width: 50px;
}
div.block_product_count input {
	width: 30px;
	padding: 3px;
}
div.block_input, div.block_input_alt {
	padding: 12px 7px 7px 7px;
	border: 1px #7e96ba solid;
	background: linear-gradient(#ffffff, #e5e5e5);
	font-size: 15px;
	text-align: left;
}
div.block_input_alt {
	display: flex;
	align-items: stretch;
}
div.block_input_book_1 {
	display: inline-block;
	width: 250px;
}
div.block_input_book_2 {
	display: inline-block;
	flex: 1;
}
div.block_input_book_3 {
	display: inline-block;
	width: 100px;
}
div.block_input_alt_1 {
	display: inline-block;
	flex: 1;
	flex-direction: column;
	justify-content: center;
}
div.block_input_alt_2 {
	display: inline-block;
	flex-direction: column;
	justify-content: center;
	padding-left: 10px;
	width: 40px;
}
div.block_input_alt_3 {
	font-size: 10px;
	flex: 1;
	display: inline-block;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	border: 2px #2ab137 solid;
	padding: 5px;
	margin-left: 5px;	
}

div.block_info input[type=checkbox] {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
}

div.block_input_alt_2 input[type=checkbox] {
	transform: scale(3);
	-webkit-transform: scale(3);
	margin: 10px;
}
div.block_input textarea {
	width: 100%;
	height: 70px;
}
div.block_input input {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 20px;
}
div.block_input_alt input {
}
div.block_input select {
	width: 100%;
}
div.block_info {
	display: block;
	padding: 7px;
	text-align: left;
	background: linear-gradient(#ffffff, #d0d0d0);
	color: #555555;
	font-size: 14px;
	font-weight: normal;
}
div.block_infocontent {
	display: block;
	font-size: 20px;	
	color: #000000;
}
div.block_info_big {
	display: block;
	padding: 7px;
	text-align: left;
	background: linear-gradient(#ffffff, #d0d0d0);
	color: #000000;
	font-size: 25px;
	font-weight: normal;
}
a.block_file {
	display: block;
	padding: 7px;
	text-align: left;
	background: linear-gradient(#ffffff, #d0d0d0);
	color: #000000;
	font-size: 16px;
	font-weight: normal;
}

.button_small {
	display: inline-block; 
	padding: 4px;
	border: 1px #cccccc solid;
	border-radius: 3px;
	background-color: #efefef;
}

.block_button {
	display: block;
	width: 100%;
	padding-top: 11px;
	padding-bottom: 11px;
	text-align: center;
	background: linear-gradient(#c0f0c0, #2ab137);
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	border-left: 0;
	border-right: 0;
	color: #222222;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;

}
.block_button:hover {
	background: linear-gradient(#c0f6c0, #3ac147);
	text-decoration: none;
}

.block_button_red {
	display: block;
	width: 100%;
	padding-top: 11px;
	padding-bottom: 11px;
	text-align: center;
	background: linear-gradient(#f0c0c0, #fe3333);
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	border-left: 0;
	border-right: 0;
	color: #222222;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.block_button_red:hover {
	background: linear-gradient(#ffc0c0, #ff1111);
	text-decoration: none;
}

.block_category {
	display: block;
	padding-left: 7px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	background: linear-gradient(#efefff, #dcdced);
	border-top: 1px #0000ff solid;
	border-bottom: 1px #0000ff solid;
	color: #222222;
	font-size: 13px;
	font-weight: bold;
}
.block_filelink {
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 18px;
	text-align: left;
	background: linear-gradient(#ffffff, #d0d0d0);
	border-left: 0;
	border-right: 0;
	color: #222222;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
a.submenu_standard, a.submenu_highlighted {
	display: block;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	background: linear-gradient(#c0f0c0, #2ab137);
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	border-left: 0;
	border-right: 0;
	color: #222222;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
a.block_button_schema {
	display: block;
	width: 100%;
	padding-top: 14px;
	padding-bottom: 14px;
	text-align: center;
	background: linear-gradient(#fff2b3, #e1be1a);
	border-top: 1px #000000 solid;
	border-bottom: 2px #000000 solid;
	color: #222222;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
a.block_button_red {
	display: block;
	width: 100%;
	padding-top: 14px;
	padding-bottom: 14px;
	text-align: center;
	background: linear-gradient(#ffd0d0, #ff5555);
	border-top: 1px #000000 solid;
	border-bottom: 2px #000000 solid;
	color: #222222;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
div.block_warning {
	display: block;
	padding: 7px;
	text-align: left;
	background: linear-gradient(#ffd0d0, #ff5555);
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}


div.block_warning_small {
	display: block;
	padding: 5px;
	margin: 4px;
	text-align: left;
	background-color: #eeee88;
	color: #000000;
	font-size: 14px;
}

div#content {
}
div.fullview {
	display: none;
}
div.fullspace {
	display: none;
}
div.single {
	display: block;
	width: 100%;
}
div.mobileview {
}
div.smallscreen {
	display: block;
}
div.bigscreen {
	display: none;
}

div.two_columns_spacer {
	display: none;
}
div.two_columns_b {
	display: block;
}
div.two_columns_a {
	display: block;
}
div.widget {
	display: block;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}

td.calendar_entry, td.calendar_free_weekend, td.calendar_free {
	height: 204px;
	text-align: center;
}
.calendar_entry_nodetail {
	height: 12px;
	text-align: center;
}
.calendar_entry {
}
.calendar_free_weekend {
	background-color: #efefef;
	font-size: 9px;
	color: #555555;
}
.calendar_free {
	background-color: #e0ffe0;
	font-size: 9px;
	color: #00cc00;
}

.calendar_slot_booked_order, .calendar_slot_booked_other, .calendar_slot_free, .calendar_slot_overtime, .calendar_slot_no_overtime, .calendar_slot_free_weekend  {
	display: flex;
	width: 100%;
}
.calendar_slot_booked_order {
	background-color: #e0e0e0;
}

.calendar_slot_booked_other {
	background-color: #e0e0e0;
}

.calendar_slot_free {
	background-color: #e0ffe0;
	color: #00cc00;
}
.calendar_slot_free_weekend {
	background-color: #fafafa;
	color: #555555;
}

.calendar_slot_overtime {
	background-color: #ff9999;
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	color: #330000;
}

.calendar_slot_no_overtime {
	background-color: #e0ffe0;
}

.calendar_slot_start {
	border-top: 1px #cccccc solid;
	height: 11px;
}

.calendar_slot_continue {
	height: 12px;
}

.calendar_time {
	font-size: 9px;
	display: inline-block;
	margin-right: 5px;
	padding: 1px;
	width: 35px;
	background-color: #efefef;
	color: #adadad;
}
.calendar_time a {
	color: #adadad;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
.calendar_time_free {
	font-size: 9px;
	display: inline-block;
	padding: 1px;
	margin-right: 5px;
	width: 35px;
	background-color: #efffef;
	color: #00cc00;
}
.calendar_time_free a {
	color: #00cc00;
}
.calendar_time_free_weekend {
	font-size: 9px;
	display: inline-block;
	padding: 1px;
	margin-right: 5px;
	width: 35px;
	background-color: #fdfdfd;
	color: #999999;
}

.calendar_time_free_weekend a {
	color: #999999;
}

a.button_link_nostyle {
	text-decoration: none;
}

div.block_flex {
	display: flex;
}
div.clock_wrapper {
	border: 1px #555555 solid;
	display: inline-block;
	padding: 5px;
	background: linear-gradient(#e5e5e5, #9e9e9e);
	text-align: center;
	width: 100px;
	font-weight: bold;
	color: #000000;
}
div.clock_wrapper_past {
	border: 1px #555555 solid;
	display: inline-block;
	padding: 5px;
	background: linear-gradient(#e5e5e5, #9e9e9e);
	text-align: center;
	width: 100px;
	font-weight: bold;
	color: #777777;
}
div.clock_big_text {
	font-size: 22px;
}
div.clock_small_text {
	font-size: 14px;
}

.calendar_time_no_overtime {
	font-size: 9px;
	display: inline-block;
	margin-right: 5px;
	padding: 1px;
	width: 35px;
	background-color: #efffef;
	color: #00cc00;
}
.calendar_time_overtime {
	font-size: 9px;
	display: inline-block;
	margin-right: 5px;
	padding: 1px;
	width: 35px;
	background-color: #ff9999;
	color: #adadad;
}

.calendar_info {
	font-size: 9px;
	padding: 1px;
	display: inline-block;
}
.btn_hidden {
	display: none;
}

@media screen and (min-width: 1000px) {
	div.main_frame {
		border: 2px #1b4e60 solid;
		border-radius: 3px;
		max-width: 694px;
		margin-top: 25px;
	}
	div.low_pri {
		display: block;
	}
	a.submenu_standard, a.submenu_highlighted {
		display: block;
		background: none;
		width: auto;
		padding: 8px;
		font-size: 12px;
		font-weight: bold;
		text-align: left;
		border: 0;
	}
	a.submenu_standard {
		border: 1px #000000 solid;
		margin-right: 10px;
		border-radius: 3px;
		background-color: #efefef;
	}
	a.submenu_standard:hover {
		background-color: #efefff;
		text-decoration: none;
	}
	a.submenu_highlighted {
		border: 1px #000000 solid;
		background-color: #00aeef;
		color: #ffffff;
		margin-right: 10px;
		border-radius: 3px;
	}
	a.submenu_highlighted:hover {
		text-decoration: none;
	}
	div#submenu {
		width: 100%;
		display: block;
		padding: 10px;
	}
	div.two_columns {
		display: flex;
		width: 100%;
	}
	div.two_columns_a {
		display: inline-block;
		flex: 1;
	}
	div.widget {
		border: 1px #000000 solid;
		margin-bottom: 20px;
		border-radius: 3px;
	}
	div.two_columns_spacer {
		display: inline-block;
		width: 20px;
	}
	div.two_columns_b {
		display: inline-block;
		flex: 1;
	}
	div.smallscreen {
		display: none;
	}
	div.bigscreen {
		display: block;
	}

	div#content {
		padding: 10px;
		display: flex;
		align-items: stretch;
	}
	div.fullspace {
		width: 2%;
		display: inline-block;
	}
	div.mobileview {
		border: 2px #000000 solid;
		display: inline-block;
		width: 40%;
		box-shadow: 3px 3px 3px #888888;
	}
	div.fullview {
		border: 2px #000000 solid;
		display: inline-block;
		flex: 1;
		box-shadow: 3px 3px 3px #888888;
	}

	div.widget {
		display: block;
	}

	div.widgettitle {
		font-size: 14px;
		background: #194e60;
		color: #ffffff;
		padding: 5px;
	}
	div.widgetcontent {
		padding: 0px;
	}
	table {
		width: auto;
	}
	div.widgetcontent table {
		width: 100%;
	}
	img.headerlogo {
		padding: 20px;
		max-width: 100%;
	}
	div.header {
		padding: 25px;
	}
	div#main {
		padding: 25px;
	}
	div#footertext {
		font-size: 12px;
	}
	a.mainmenu_standard, a.mainmenu_highlighted, div.mainmenu_standard {
		display: inline-block;
	}
	a.submenu_standard, a.submenu_highlighted {
		display: inline-block;
	}
	td.low_pri {
		display: table-cell;
	}
}
