body {
	/*margin: 1em 1em 10em 1em;*/
}
h1 {
	display: inline;
}
/*
body {
	font-family: 'Arvo', serif;
}
*/
a, a:visited {
	text-decoration: none;
	color: #449;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
.content {
	margin: 1em 1em 1em 1em;
}
/*

h1, h2, h3, h4, h5 {
	font-weight: normal;
		margin: 0;
	padding: 0;
}
h1 {
	font-size: 2em;

}
h2 {
	font-size: 1.5em;
}
*/
.error {
	color: #a94442;
}

#navigation {
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}
#navigation .separator {
	margin: 0;
}

a.selected {
	color: green;
}

.daycontainer {
	margin: 1em 0 1em 0;
	padding: 0.4em;
	border: solid 1px #444;
	background-color: #cc3;
}
.weekend {
	background-color: #dbdb70;
}

.dayheading {
	margin-bottom: 0em;
	font-size: 150%;
	font-weight: normal
}
.day {
	position: relative;
}
.day .date {
	position: absolute;
	top:-3.3em;
	right:0;
	color: #663;
	font-size: 0.7em;
}
.day .latestchangedate {
	position: absolute;
	top:-2.1em;
	right:0;
	color: #990;
	font-size: 0.7em;
}
.day .comment {
	/* padding-right: 3em; */
	margin-right: 3em;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #fcf8e3;
}
.day .comment .text {
	padding-top: 4px;
	padding-left: 3em;
	display: block;
}
.day .comment span {
	/*padding: 0.25em 0.6em 0.2em 0.4em;*/
}
.day .dayeditlink {
	position: absolute;
	bottom: -0.3em;
	right: 0;
	font-size: 2.0em;
}
.day .dayeditlink a {
	color: #663;
}
.day .dayeditlink a:hover {
	color: #333;
}
.day span {
	/* display: block; */
}
.day .edit div {
	margin: 0 0 0.5em 0;
}
.day .edit div .groupheading{
	display: block;
	font-weight: bold;
}
.day .edit a {
	margin: 0 0.5em;
  text-decoration: none;
  color: #663;
}
.day .edit a:hover {
  text-decoration: none;
  color: #000;
}
.day .edit a.selected {
  text-decoration: underline;
  color: #083;
}
.day .edit a.selected:hover {
  color: #000;
}
.day .edit .btn {
	margin: 0.1em;
	padding: 0.2em 0.5em;
}
.day .edit .btn-default {
	background-color: #ee5;
	border-color: #aa1;
}
.day .edit .btn-info {
	background-color: #cf3;
	border-color: #990;
}
.day .edit .form-group .togglecomment {
	cursor: pointer;
}

.button {
  font-size: 1.5em;
  text-decoration: none;
  background-color: #933;
  padding: 5px 20px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}
a.button, a.button:visited {
	color: #ddd;
}
a.button:hover {
	text-decoration: none;
	color: #fff;
}
/*
#login form label, #login form input {
	display: block;
}
*/
#setstandardweekselector, #modeselector {
		
}

.note {

}

.right {
	text-align: right;
}


#profile {
	/*
	position: absolute;
	top: 0;
	right: 0;
	*/
	float: right;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#profile a {
	width: 50px;
	padding: 0.5em;
}
#profile a div {
	font-size: 0.5em;
}

.footer {
    padding-top: 2em;
    padding-bottom: 20em;
    margin-top: 10em;
    color: #99979c;
    text-align: center;
    background-color: #2a2730;
}
.footer a {
    color: #fff;
}
.bs-docs-footer-links {
    padding-left: 0;
    margin-bottom: 20px;
}
.bs-docs-footer-links li {
    display: inline-block;
    margin: 0 1em;
}