@media only screen and (max-width: 629px), (min-device-width: 637px) and (max-device-width: 1024px) {
body {
	font-size: 1em;
}
.norrblom #table, thead, tbody, th, td, tr {
	display: block;
}
.norrblom #td { 
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee; 
	position: relative;
	padding-left: 50%; 
}
.norrblom #container {
	overflow: auto;	
    width: 85%;
    margin: 15px auto;
    /*border: 2px solid #000000;*/
    text-align: left;
    background: rgb(255,255,255);
    background: rgba(255, 255, 255, 0);
}
.norrblom #mainContent {
	order: 2;
	max-width:500px;
	color: white;
}
.norrblom #ship {
    display: none;
}
.norrblom #footer {
	display: none;
    padding: 0 10px;
    background-image: url('../Pictures/frame.jpg');
}
.norrblom #header {
	display: none;
    border: 0 solid #000000;
    /*background-image: url(../Pictures/frame.jpg);*/
    padding: 0 10px;
}
.norrblom #mainContent td {
    vertical-align: top;
	width: 100%
}
.norrblom #picture {
    display: none;
}
.norrblom #sidebar {
	display: none;
}
.norrblom #mobile_menu {
    /*border: 0 solid #000000;*/
    float: left;
    width: 8em;
}
.norrblom #mobile_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.norrblom #mobile_menu img {
    vertical-align: middle;
    max-width: 15%;
    height: auto;
}
.norrblom #mobile_menu li a {
    display: block;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
}
.norrblom #mobile_menu li active {
    background: rgb(76, 175, 80);
    background: rgba(76, 175, 80, 0.5);
    color: white;
}
.norrblom #mobile_menu li a:hover:not(.active) {
    background: rgb(85, 85, 85);
    background: rgba(85, 85, 85, 1);
    color: white;
}
}