div.grid article {box-shadow:none;border-top:1px solid #999999}

div.grid article.vial {background-image:url("images/vial.png");background-repeat:no-repeat;background-size: 600px;background-position: -200px 200px;}

div.header_top_container div.left {flex:2}
div.header_top_container div.right {display:inline-flex}
div.header_top_container div.middle {}
div.header_top_container a.subtitle {color:#999999;font-size:13px;font-weight:normal;padding-top:4px;text-decoration: none}
div.username_hover {color:#000000;cursor:pointer}
div.username_hover:hover {color:#333333}
div.header_top_container ul.horizontal_menu {padding:0;padding-bottom:8px}
div.header_top_container ul.horizontal_menu li {cursor:pointer;color:#166BDA}
header.topmost {display:flex;width:1200px;margin-left:auto;margin-right:auto;justify-content: space-between;align-items: center;height:30px;gap:32px;color: #828389;font-size: 12px;}
header.top {display:flex;width:1200px;margin-left:auto;margin-right:auto;justify-content: space-between;align-items: center;gap:32px}
header.defined_height {height:80px;}

i.subtitle_icon {padding-left:12px;padding-right:12px;font-size:12px}

table.form tbody.spacer td {height:24px}

div.header_container {background-color:#F7F7F7}

div.header_top_container {background-color:#FFFFFF}

header.top div.left {display:flex;align-items:center;font-size:18px;font-weight:bold}
img.logo_metodebok {height:40px;padding-right:12px}

div.width_1200 {width:1200px;margin-left:auto;margin-right:auto}
div.width_800 {width:800px;margin-left:auto;margin-right:auto}

article div.front1 {margin-top:64px}

article div.front3 {margin-top:64px;margin-bottom:64px}
header.topmost i {color:#000000}
a.metodebok_link {color: #828389;text-decoration: none;}
a.metodebok_link:hover {text-decoration: underline}

div.page_footer {padding:32px;text-align:center}
div.rekvirent_result {min-height:200px;display:none;margin-top:16px}

@media only screen and (max-device-width: 480px) {
	*, *::before, *::after {
	  box-sizing: border-box;
	}

	div.grid article.vial {background-image:url("images/vial.png");background-repeat:no-repeat;background-size: 300px;background-position: -100px 100px;}

	header.topmost  {width:100%;padding:16px;box-sizing: border-box;height:auto}
	header.top {width:100%;padding:20px 16px 20px 16px;box-sizing: border-box;height:auto}
	header.top div.left {font-size:13px}

	img.logo_metodebok {height:30px}

	div.width_1200 {width:100%}
	div.width_800 {width:100%}

	article div.front1 {margin-top:16px;box-sizing:border-box;padding:16px}
	article div.front3 {margin-top:0px;box-sizing:border-box;padding:16px}

	div.page_footer {padding:16px;text-align:center}

	div.header_top_container a.subtitle {font-size:11px}

	

}