#blog textarea {
	border: none;
	resize: vertical;
	width: 100%;
	-webkit-box-sizing: border-box; /* <=iOS4, <= Android  2.3 */
	-moz-box-sizing: border-box; /* FF1+ */
	box-sizing: border-box; /* Chrome, IE8, Opera, Safari 5.1*/
}

#blog {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;

}

#blog form {
	white-space: nowrap;
}


#blog table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
}

#blog table.reactiont {
	width: 100%;
}

#blog td.reaction {
	border: none !important;
	background-color: rgb(233, 235, 233) !important;
	font-weight: bold;

}

#blog ul, ol {
	margin-top: auto;
	margin-bottom: 15px;
}

#blog div.buttons {
	width: 100%;
}

#blog td.blogld {
	border: none !important;
	background-color: rgb(233, 235, 233) !important;
	font-weight: bold;
	width: 100%;
}


#blog #mandatoryReactionField {
	background-color: rgb(155, 155, 233) !important;
}

#blog td.blogrd {
	border: none !important;
	background-color: rgb(233, 235, 233) !important;
	font-weight: bold;
	font-size: 12px;
	table-layout: auto;
}

#blog #tables {
	display: block;
}

#blog #emailform input[type="text"] {
	width: 100%; /* Whatever percent you want*/
	border: 0px solid;
}

#blog .errorMessage {
	color: red;
	font-weight: bold;
}

.floated {
	float: left;
	margin-right: 5px;
}

#blog #main-stuff {
	margin-bottom: 10px;
	margin-top: 10px;
}

#blog .created-date {
	font-weight: bold;
	color: #444;
	margin-bottom: 5px;
}

#blog .blog-content {
	margin-bottom: 15px;
}

#blog .blog-content-detail {
	text-align: justify;
}

#blog .older-blog {
	border-bottom: 1px dotted #CCCCCC;
}

#blog #leftForm {
	float: left;
}

#blog_image {
	max-width: 700px;
}

#blog .footer .all-posts {
	font-weight: bold;
}

.addImage {
	font-weight: 700;
}

.bad_data {
	font-weight: bold;
	color: #FF0000;
}

#blog #new-blog {
	color: #009202;
	font-weight: bold;
}

#blog .moreLink, #blog .otherPosts {
	padding-left: 25px;
}

#blog .personBlogsWrapper {
	margin-top: 10px;
}

#blog .createBlog {
	font-size: initial;
}

.inputs {
	width: 70px;
}

.errorMessageAdministration {
	color: red;
	font-weight: bold;
}

#blog img {
	max-width: 790px;
}

/**************
 * Strankovani pres simplePagination *
 **************/
.personBlogsWrapper .light-theme .page-link {
	color: #009202 !important;
}

.personBlogsWrapper .light-theme .current, .personBlogsWrapper .light-theme a:hover {
	border-color: #bbb !important;
	background: #009202 !important;
	color: #fff !important;
}
