body {
	overflow-y: scroll;
}
#content {
	margin: 0 auto;
}
ul.tabs * {
	box-sizing: content-box !important;
}

ul.tabs {
	width: 390px;
	height: 80px;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
  padding: 0;
}
ul.tabs li {	
	float: left;
	width: 130px;
	

}
ul.tabs li button {
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
	margin-top: 40px;
	padding: 10px 0 0 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-align: center;	
	text-decoration: none;
	color: #ffffff;
	background: #653E14;
	-webkit-box-shadow: 8px 12px 25px 2px rgba(0,0,0,0.4);
	   -moz-box-shadow: 8px 12px 25px 2px rgba(0,0,0,0.4);
			box-shadow: 8px 12px 25px 2px rgba(0,0,0,0.4);
				border: 0px solid #000000;
	-webkit-transition: padding 0.2s ease, margin 0.2s ease;
	   -moz-transition: padding 0.2s ease, margin 0.2s ease;
		 -o-transition: padding 0.2s ease, margin 0.2s ease;
		-ms-transition: padding 0.2s ease, margin 0.2s ease;
			transition: padding 0.2s ease, margin 0.2s ease;
}
.tabs li:first-child button {
	z-index: 3;
  -webkit-border-top-left-radius: 8px;
-moz-border-radius-topleft: 8px;
border-top-left-radius: 8px;
}
.tabs li:nth-child(2) button {
	z-index: 2;
}
.tabs li:last-child button {
	z-index: 1;
  -webkit-box-shadow: 2px 8px 25px -2px rgba(0,0,0,0.3);
	   -moz-box-shadow: 2px 8px 25px -2px rgba(0,0,0,0.3);
			box-shadow: 2px 8px 25px -2px rgba(0,0,0,0.3);
  -webkit-border-top-right-radius: 8px;
-moz-border-radius-topright: 8px;
border-top-right-radius: 8px;
}
ul.tabs li button:hover {
	margin: 35px 0 0 0;
	padding: 10px 0 5px 0;
}
ul.tabs li button.active {
	margin: 30px 0 0 0;
	padding: 10px 0 10px 0;
	background: #FFFC79;
	color: #653E14;
	/*color: #ff6831;*/
	z-index: 4;
	outline: none;
}
.group:before,
.group:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.group:after {
	clear: both;
}
#categoryInside {
  margin: 0 auto;
  background: #FFFC79;
-webkit-box-shadow: 2px 8px 25px -2px rgba(0,0,0,0.3);
	   -moz-box-shadow: 2px 8px 25px -2px rgba(0,0,0,0.3);
			box-shadow: 2px 8px 25px -2px rgba(0,0,0,0.3);
  -webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}
p{
  font-family: 'Open Sans', sans-serif;
  padding: 30px 40px;
  color: #ffffff;
  line-height: 26px;
  font-size: 18px;
  margin: 0;
}
#one {

}
#two {

}
#three {

}

h2 img, h3 img {
	width: 16px;
	height: 16px;
}
h2 img {
	margin-bottom: 6px;
}
h3 {
	margin-left: 1.5em;
}
.img-helper {
	height: 100%;
	display: inline-block;
}
.category {
	display: none;
}
.subcategoryHead {
	cursor: pointer;
}
.subcategoryHead img {
	margin-right: 0.6em;
}
.subcategory {
	display: flex;
	margin-left: 1.5em;
	flex-wrap: wrap;
}
.taskBox {
	margin: 0.5em;
	padding: 0.5em;
	text-align: center;
	border: 2px solid blue;
	border-radius: 0.5em;
}
.taskName {
	
}
.taskLast {
	
}
.taskButtonContainer {
	
}
.red {
	color: red;
	font-weight: bold;
}
#red-tab {
	color: red; font-weight: bold;
}

.inNeed {
	background-color: color(srgb 0.239 0.505 0.565);
}

.taskInNeed {
	border: 5px outset color(srgb 0.239 0.505 0.565) !important;
}

#dateContainer {
	position: absolute;
	top: 0.2em;
	right: 0.2em;
}

#waffleDevice {
	display: none;
	color: black;
}

#waffleDevice p {
	padding: 0.5em;
	color: black;
}

h1 {
	margin-bottom: 0.3em;
}

#waffleGreeting {
	color: black;
	padding: 0px;
	margin-top: 0.3em;
}

.notMine {
	border-color: lightblue;
	color: darkgray;
}

.notMine.red {
	color: color(srgb 0.988 0.449 0.449);
}