.OPEN {
    color: green;
}
.CLOSE {
    color: red;
}
.TESTING {
    color: blue;
}
.label {
    margin-left: 10px;
    width: 150px;
    float: left;
}
.component {
    float: left;
}

.status {
    font-size: 1.5em;
}

.statusHead, .serviceNameHead, .trojanNameHead, .initialResponseHead, .testStringHead, .responseToTestHead {
    padding-left: 5px;
    font-size: 0.8em;   
}
.status, .serviceName, .trojanName, .initialResponse, .testString, .responseToTest {
    padding-left: 10px;
    margin-bottom: 5px;    
}