body{
  font-family: monospace;
  max-width: 100dvw;
}

pre {
  white-space: break-spaces;
}

.center{
  text-align: center;
}

table{
  /* margin: 0 auto; */
}
table td{
  padding: .3em 2em;
}

table td.branch{
  font-weight:800;
}

table#buildInfo{
  margin: 0 auto;
  width: 60%;
}
table#buildInfo td:first-child{
  text-align:right;
  width: 45%;
}



table td.status a{
  color:#888;
  font-weight: 800;
}
table td.status[data-status="failed"] a{
  color:#bf0c0c;
}
table td.status[data-status="finished"] a,
table td.status[data-status="success"] a
{
  color:#377637;
}

.back {
  display: block;
    margin: 2em auto;
    text-align: center;
}
