.sub-link-body .tests{

}

.sub-link-body .tests button{
    border: none;
    margin-right: 10px;
    margin-top: 20px;
    padding: 10px 20px;
    background: #f7a300;
}

.test-history .test {
    display: inline-block;
    width: 200px;
    word-break: break-all;
    padding: 10px;
    vertical-align: top;
    background: white;
    box-shadow: 0 0 5px -2px;
    margin: 21px;
    margin-left: 0;
    border: 1px solid #868686;
}

.test-history .test.success{
	background: #91ff91;
}

.test-history .test.fail{
	background: red;
}
