/* google */
p.google_profile {
	font-size: 24px;
	background-color: rgb(232, 240, 254);
	padding: 10px;
}
p.google_profile * {
	vertical-align: middle;
	margin-right: 5px;
}
p.google_profile span.email{
	color: rgb(95, 99, 104);
}
p.google_profile img {
	border-radius: 50%;
	width: 64px;
	height: 64px;
}

h3 {
	margin-bottom: 10px;
}
/* Form */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
form label {
	display: block;
	font-size: 20px;
}
form input[type="text"],
form select
{
	font-size: 25px;
}
form input, form textarea {
	width: 100%;
}
form div {
	margin-bottom: 0.2em;
	padding: .5em;
	vertical-align: text-top;
}

form button, form input[type="submit"] {
	color: black;
	font-size: 20px;
	text-decoration: none;
	border: 2px solid black;
	border-radius: 20px;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	background-color: white;
	padding: 4px 30px;
}

form button:hover, form input[type="submit"]:hover {
	color:white;
	background-color:black;
	transition-duration: .2s;
	-webkit-transition-duration: .11s;
	-moz-transition-duration: .2s;
}

/* Bookmarks */


/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr:nth-child(odd) td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}


/* Notices and Errors */
div.message {
	clear: both;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
.success {
	color: rgb(56,47,245);
}
div.error {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

/*  Actions  */

div.actions {
	margin: 1em 1em 0em;
	padding: 0.5em;
	border: 1px solid black;
}

ul.action_button {
	margin: 0px 0;
	padding: 0;
}
ul.action_button li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
ul.action_button li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
ul.action_button li a:hover {
	color: #333;
	text-decoration: underline;
}