/*  LogChecker StyleSheet
    --------------------------------------------------------------
	Style:	All
	Copyright (c) 2020 CaniDev ( https://www.canidev.com )
    --------------------------------------------------------------
*/

.checker-ui .header .fa {
	font-size: 1.2em;
    vertical-align: middle;
}

.checker-ui-content {
	font-size: 1.2em;
	padding: 8px;
	text-align: center;
}

.checker-ui-content.result {
	text-align: left;
}

.result .log5 {
	font-weight: bold;
}

.result .good {
	color: green;
}

.checker-ui-content textarea {
	height: 200px;
	width: 100%;
	box-sizing: border-box;
}

.checker-submit-buttons{
	padding: 8px;
	text-align: center;
}

.checker-log {
	margin: 5px;
    padding: 8px;
    border: 1px solid #ccc;
    font-family: monospace;
}

div.error {
	background-color: #ff6e6e;
	margin: 10px 0;
	padding: 10px;
}