@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	margin: 0;
	background-color: rgb(50,50,50);
	font-family: arial;
}
#routine img {
	margin: 20px;
	width: 100%;
}

#webpage {
	width: 100%;
	position: absolute;
}

.nav {
    width: 100%;
	display: inline-block;
    margin: 0;
	position: fixed;
	z-index: 1;
}
.nav a {
	text-decoration: none;
	color: rgba(200,200,200,0.8);
	transition: 0.3s;
}
.nav a:hover, .nav a:active {
	color: rgba(250,100,250,1);
}
.nav table {
	width: 100%;
	height: 70px;
}
.nav td {
	text-align: center;
	background-color: black;
	width: 16%;
	border-left: 1px solid rgba(255,255,255,0.2);
	border-right: 1px solid rgba(255,255,255,0.2);
	border-bottom: 2px solid rgba(255,255,255,0.2);
	box-shadow: 0px 2px 2px rgba(50,50,50,0.6);
	letter-spacing: 2px;
	transition: 0.3s;
	padding: 0 10px;
	cursor: pointer;
}
.nav td:hover, .nav td:active {
	transform: scale(1.1, 1.1);
	background-color: rgb(20,50,50);
}
.nav td:hover a {
	color: rgba(250,250,250,1);
}

#content {
	margin-top: 80px;
	color: rgb(250,250,250);
	padding-bottom: 50px;
}

#routine {
	padding-top: 20px;
}
#routineDescription {
	width: 80%;
	margin: 0 10%;
	padding: 10px 20px;
	background-color: rgb(60,60,60);
	border: 2px solid rgb(100,100,100);
}
#routineDescriptionDetail {
	color: rgb(250,250,250);
	padding-top: 5px;
	line-height: 150%;
	margin-left: 25px;
}
#routineTitleDetail, #routineTitle {
	font-size: 1.5em;
	line-height: 150%;
}
.routineData {
	width: 80%;
	margin: 10px 10%;
}
.routineDataTitle {
	font-size: 1.5em;
}
.routineDataTable {
	border: 5px solid rgb(150,150,150);
}
.routineDataDescriptionDetail {
	font-size: 1em;
}
#routine table {
	width: 80%;
	margin: 20px 10%;
	border-collapse: collapse;
}
#routine td {
	border-left: 2px solid rgb(80,80,80);
	border-right: 2px solid rgb(80,80,80);
	vertical-align: top;
}
#routineHeader {
	text-align: center;
	font-size: 1.2em;
	background-color: rgb(60,60,60);
}
#routineHeader td {
	padding: 10px 0;
	width: 33%;
}
.routineGroup {
	text-align: center;
	width: 80%;
	margin: 10px 8%;
	padding: 10px 0;
	background-color: rgb(30,30,30);
	border-radius: 20px;
	border: 1px solid rgb(100,100,100);
	padding: 10px 2%;
}
.routineItem {
	width: auto;
	padding: 5px 10px;
	background-color: rgb(60,60,60);
	border-radius: 5px;
	border: 1px solid rgb(150,150,150);
	border-left: 5px solid rgb(150,150,150);
	line-height: 250%;
	white-space: nowrap;
	margin: 0 3px;
}
.routineItemDetail {
	font-size: 0.9em;
	color: rgb(180,180,180);
}
.routineItemCategory {
	margin-top: 20px;
	line-height: 150%;
}
.routineItemCategoryName {
	color: yellow;
	padding: 5px 10px;
	background-color: rgb(50,50,50);
	border-radius: 5px;
	border-left: 5px solid yellow;
}
.routineOption {
	border-right: 5px solid springgreen;
	border-bottom: 1px solid springgreen;
}
.routineOptionDescription {
	color: springgreen;
}
.routineCriteria {
	color: rgb(230,230,200);
	margin: 10px 0 0 25px;
	padding: 3px 0 3px 15px;
	border-bottom: 1px solid rgb(250,250,200);
	border-left: 1px solid rgb(250,250,200);
	width: auto;
	border-radius: 0 5px 0 5px;
	background-color: rgb(50,50,50);
}
#categoryDetail {
	width: 80%;
	padding: 2px 20px;
	margin: 10px 10%;
	font-size: 0.8em;
	line-height: 150%;
	border-top: 5px solid rgb(100,100,100);
	border-left: 5px solid rgb(100,100,100);
}
#categoryDetailTitle {
	margin: 10px 0 0 5px;
	font-size: 1.5em;
}
#categoryDetailMap {
	margin: 0 5px 0 0;
	float: right;
	font-size: 1em;
	color: rgb(250,250,200);
}

#updated {
	float: right;
	font-size: 0.8em;
	color: rgb(180,180,180)
}
.hline, .hline2 {
	border-top: 3px solid rgb(100,100,100);
}
.hline {
	width: 90%;
	margin: 30px 5%;
}
.hline2 {
	width: 100%;
	margin: 20px 0 10px 0; 
}
