h3 {
	font-size: 20px;
}
h4 {
	font-size: 20px;
}
.nav {
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
}
.nav a {
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.nav a:hover {
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	font-size: 11px;
	line-height: 1.42857;
	border-radius: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #000;
	background-color: #EFEFEF;
	margin-top: 0px;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #FFF;
    border-radius: 10px;
}
.alert-info {
	background-color: #FFF;
	color: #999;
	border: 1px solid #CCC;
	border-radius: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.alert a:not(.close):not(.btn), .alert .alert-link {
	color: #666;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	padding-top: 1px;
}
legend {
	color: #666;
	font-size: 14px;
}
div.form-group {
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-right: 0px;
	padding-left: 0px;
}
div.form-group label {
	font-size: 14px;
}
div.checkbox {
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-bottom: 10px;
}
.col-sm-offset-3 {
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
}
ul {
	list-style-type: lower-roman;
	text-transform: none;
	padding-left: 0px;
	font-size: 14px;
}
ul .date {
	font-style: italic;
}
ul a:hover {
	list-style-type: lower-roman;
	text-transform: none;
	color: #F00;
	text-decoration: none;
	background-color: #FFF;
}
li {
	list-style-type: none;
	text-transform: none;
}
li a:hover {
	list-style-type: lower-roman;
	text-transform: none;
	color: #AAA;
	text-decoration: none;
}
.tx-t3extblog .typo3-messages .alert-success {
    background-color: #777;
}
.img-circle {
    border-radius: 50%;
    display: none;
}
#newComment\.title {
    display: none;
}
#newComment\.website {
    display: none;
}
div.checkbox {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-bottom: 10px;
    width: 240px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 14px;
    border-top-right-radius: 14px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 14px;
    border-top-left-radius: 14px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #666;
    background-color: #fff;
    border-color: #ccc;
    cursor: default;
}
.pagination {
    font-size: 11px;
    line-height: 12px;
    font-weight: 500;
    text-transform: uppercase;
/*    display: none;
*/}