* {
  border-radius: 0 !important;
  
}
h1,
h2,
h3,
h4 {
    font-family: "Trebuchet MS","Gill Sans","Vera Sans",sans-serif;
    font-weight:bold;
    color: #b5121b !important;
}
.btn-primary {
    background: #b5121b !important;
    border-color: #860d14 !important;
    color: #ffffff !important;
}
.table > tbody > tr:first-child > td {
    border: none;
}
.table > tbody > tr:first-child > th {
    border: none;
}
a {
    color: #b5121b !important;
}
.alert {
    background: #ecced0 !important;
    border-color: #d28f93 !important;
    color: #000000 !important;
}
.po-list-item {
    margin-left: 20px;
}