@media only screen and (min-width: 850px) {
body {
		background: lightseagreen;	

}

#statuscafe {
    padding: .5em;
   font-family:arial;
    font-size:x-small;
	
}
#statuscafe-username {
    color:orchid;
}
#statuscafe-username a {color:#48d1cc;}
#statuscafe-content {
	background-color: orchid;
	color:black;
	padding:1px;
	text-align:left;
	border:1px solid rebeccapurple;
	border-radius:2px;
    	
	
}

.content {
        display: flex;
        margin: 0 auto;
	padding: 50px;

	}

.side {
        width: 200px;
        padding: 10px;
	margin-left:20px;
    }

.shtuff {
        background-color: rebeccapurple;
        padding: 10px;
        margin: 10px;
        text-align: center;
        width: 120px;
 	font-family: arial;
        font-size: small;
        color: orchid;
        box-shadow: 0px 0px 5px mediumorchid;

}

.shtuff a {
	color:#48d1cc;
	}

.main {
        flex: 1;
        padding:20px;
	background: whitesmoke;
	font-size: medium;
	color: #424242;
	border: 2px solid black;
	box-shadow:  2px 2px mediumorchid, -2px -2px mediumpurple;
	font-family: arial;
    }

.desc {
	margin: 2px 10px 5px 5px;
	display: block;
	font-size: small;
	}


h1 {
	color: rebeccapurple;
	
	}
h2, h3 {
	color: orchid;
	text-indent: 10px;

	}
a {
	color: royalblue;
	text-decoration: none;
	}
a:hover {
	color: cornflowerblue;
	text-decoration: underline;
	}
.ft {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: dimgrey;
	}
.ft a {
	color: slateblue;
	}

.dshide {display:none;}

}

@media only screen and (max-width: 849px) {
body {
	background: lightseagreen;
	margin-bottom:42px;
	}
.content {
	font-family: arial;
	background: whitesmoke;
	font-size: medium;
	color: #424242;
	padding: 10px;
	border: 4px solid black;
	border-bottom: 0;
	border-top: 0;
	box-shadow: 1px 1px 2px black, -1px -1px 2px black;
	}
h1 {
	color: rebeccapurple;

	}
h2, h3 {
	color: orchid;
	text-indent: 10px;

	}
a {
	color: royalblue;
	text-decoration: none;
	}
a:hover {
	color: cornflowerblue;
	text-decoration: underline;
	}
.desc {
	margin: 2px 10px 5px 5px;
	display: block;
	font-size: small;
	}

	
.ft {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: dimgrey;
	}
.ft a {
	color: slateblue;
	}

#statuscafe {
	 display: none;
	}

}
