body {
	color: #777;
	margin-left: 16px;
	margin-right: 16px;
}

.datetime {
	width: 100%; 
	height: 30px;
	font-family: sans-serif;
	font-size: small;
	text-transform: uppercase;
}

.datetime > span:first-child {
	float: left;
}

.datetime > span:last-child {
	float: right;
}

blockquote {
	text-align: center;
}

blockquote p {
	margin: 0 auto;
	width: 80%;
	font-size: 18px;
	font-style: italic;
}

blockquote p:before {
	content: '“';
}

blockquote p:after {
    content: '”';
}

blockquote footer {
	text-align: center;
	width: 100%;
}

blockquote cite {
	font-style: normal;
	font-size: small;
	text-transform: uppercase;
}

div.section {
	margin-top: 30px;
}

div.section h1 {
	font-size: large;
	font-family: sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
}

div.section h2 {
	font-size: small;
	font-family: sans-serif;
	font-weight: normal;
	margin: 0px;
}

div.task {
	display: table;
	width: 100%;
	margin-top: 14px;
}

div.task label {
	display: table-cell;

	font-size: 18px;
	font-family: sans-serif;
	width: 18px;
}

.task > .desc {
	display: table-cell;
	width: 100%;
	padding-left: 4px;
	padding-right: 4px;
}

.task > .cell {
	display: table-cell;
	vertical-align: top;
	padding-left: 4px;
}

input[type="checkbox"] {
	
}

textarea, input.task-desc
{	
	width: 100%;
    font-size: 20px;
    font-family: sans-serif;
    line-height: 30px;
    padding: 4px 4px 0 4px;
    resize: none;
    border: 0px;
    /*border: 1px solid #EEEEEE;*/
    /*margin: 2% auto;*/
    /*box-shadow: 1px 1px 0 #DDDDDD;*/
    
    background-image: -webkit-linear-gradient(top , transparent, transparent 29px,#777 0);
    
    -webkit-background-size:  100% 30px;
    background-size: 100% 30px;

    -webkit-box-sizing : border-box;‌​
    -moz-box-sizing : border-box;
    box-sizing : border-box;
}

textarea {
	height: 150px;
}

input.num-box {
	border: 2px dotted #777;
	width: 26px;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
}

input.num-box + label {
	font-size: x-small;
	text-align: center;
	display: block;
	width: 100%;
}

input:focus,
select:focus,
textarea:focus,
button:focus { 
    outline: none;
    background-color: #FFFFDD;
}

input[type=checkbox] {
	display:none;
}
 
input[type=checkbox] + label
{
	margin-top: 2px;
	height: 20px;
	width: 20px;
	display:inline-block;
	border-radius: 50%;
	border: 2px dotted #777;
	padding: 1px;
}

.label-green {
	background: #efe;
	border: 2px dotted #0f0 !important;
}

.label-hover {
	background: #eee;
}

input[type=checkbox]:checked + label
{
	background: #aaa;
}

input[type=checkbox] + label:hover {
	background: #eee !important;
}

input[type=checkbox]:checked + label:hover {
	border-color: #0f0;
	background: #aaa !important;
}

input[type=checkbox] + label:active,
input[type=checkbox]:checked + label:active {
	background: #0f0 !important;
}

.pie {
	width: 100px;
	height: 100px;
	display: inline-block;
	margin: 10px;
	transform: rotate(-90deg);
}

svg {
	background: yellowgreen;
	border-radius: 50%;
}

circle {
	fill: yellowgreen;
	stroke: #655;
	stroke-width: 32;
}
