
#regionlang table .form-item {
	
	width: 33%;
	float: left;
}

#regionlang table th:first-child {
	width: 20%;
}

.green {
    color: green;
    font-weight: bold;
}

.red {
    color: red;
    font-weight: bold;
}

.manual table {
    margin-bottom: 50px;
}

.manual table td:first-child {
    width: 300px;
}

.manual table td > ul {
    padding-left: 0;
    margin-left: 0;
}

.manual table td > ul li{
    list-style: none;
}