main {
	padding-bottom: 50px;	
}

nav.mst {
	margin: 30px 0;
	border-top: rgba(225,225,225,0.95);
	border-bottom: rgba(225,225,225,0.95);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background: rgba(225,225,225,0.95);
	width: 100%;
}

nav.mst ul {
	list-style-type: none;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

nav.mst ul li {
	display: inline-block;
	margin: 7px 15px;
}

nav.mst ul li a {
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	text-transform: uppercase;
	color: #222222;
}

nav.mst ul li a:hover {
	color: #999999;	
}

.photo-box.page {
    margin-top: 9px;
}

.adminwrapper.mst {
	width: 85%;
	margin: 20px auto 10px;
	color: #444;
}

.adminwrapper.logout {
	background: transparent !important;
	border: none;
	margin: 0 auto;
}

.adminwrapper.mst span {
	float: left;
	min-width: 40%;
	padding-top: 9px;
}

.titleSpan.mst {
	position: relative;
	top: -5px;
	color: #444;
}

.dict_del {
	margin-top: 10px;
	width: 16px;
	float: right;
}

.delicon {
	float: right;
	margin-right: 0px;
}

.contentDiv h1 {
	font-size: 1.2em;
}

.contentDiv li {
	line-height: 1.5em;
}

.rDiv {
	text-align: center;
	padding: 5px;
	margin-bottom: 30px;
	border-radius: 5px;
	background-color: #dddddd;
}

.rLink {
	text-decoration: none;
	color: black;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.8em;
}

.login {
    position: relative;
    top: -5px;
}

.addfeed {
	margin-bottom: 10px;
	width: 95%;
}

article.mst {
	border: 1px dotted #ccc;
	border-radius: 8px;
	padding: 0px 10px 5px 15px;
	margin-bottom: 10px;
}

#update {
	border-radius: 8px;
	background-color: #ccc;
}

#update p {
	margin: 20px auto;
}

#update button {
	outline: none;
	float: right;
	border-radius: 5px;
	border: 1px solid #222222;
}

@media screen and (max-width: 767px) {
	.box-content {
		top: 0px !important;
	}
	
	.photo-box.page {
		margin-top: 10px;
	}

	.adminwrapper.mst {
		width: 85%;
	}
	
	body {
		max-width: 100vw;
	}

	.addfeed {
		width: 93%;
	}
	
	.mstedit {
	    width: 93%;
	}
	
	.text {
		width: 94%;	
	}
}

@media screen and (prefers-color-scheme: dark) {
	article {
		border: 1px dotted #555;
	}
}