
.tnp-system-status table.widefat tbody tr>td:first-child {
    width: 150px!important;
}

.tnp-system h3, .tnp-system h4 {
    color: #fff;
}

.tnp-system #tnp-body table.widefat td {
    vertical-align: top;
}
.tnp-system #tnp-body table.widefat td.status {
    text-align: center;
}

.tnp-db-table {
    width: auto;
    background-color: #fff;
}

.tnp-db-table thead {
    border-bottom: 1px solid #eee;
}

.tnp-db-table th {
    font-weight: bold;
}

.tnp-db-table td, .tnp-db-table th {
    padding: 3px;
    font-family: monospace;
    border: 0;
}


table.widefat {
    border: 0;
    box-shadow: none;
}

#tnp-status-table tbody tr:nth-child(2n+1) {
    background-color: #ECF0F1;
    border-radius: 2px;
    margin: 5px;
}

#tnp-parameters-table tbody tr:nth-child(2n+1) {
    background-color: #ECF0F1;
    border-radius: 2px;
    margin: 5px;
}

.tnp-ok {
    font-weight: bold;
    color: white;
    font-size: 14px;
    background-color: #27AE60;
    padding: 2px 10px;
    border-radius: 10px;
    display: inline-block;
    width: 75px;
    text-align: center;
}

.tnp-ko {
    font-weight: bold;
    color: white;
    font-size: 14px;
    background-color: #E74C41;
    padding: 2px 10px;
    border-radius: 10px;
    display: inline-block;
    width: 75px;
    text-align: center;
}

.tnp-maybe {
    font-weight: bold;
    color: white;
    font-size: 14px;
    background-color: #F1C40F;
    padding: 2px 10px;
    border-radius: 10px;
    display: inline-block;
    width: 75px;
    text-align: center;
}


/* Logs page */

.tnp-log-files li {
    padding-left: 15px;
}

.tnp-log-files li, .tnp-log-files li a {
    color: #fff;
}

.tnp-log-files .tnp-log-size {
    font-style: italic;
}


/* Delivery page */

.tnp-flow {
    margin-top: 30px;
}
.tnp-flow div {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    margin: 0 20px;
    padding: 1em;
}
.tnp-flow div i {
    font-size: 50px;
}

.tnp-flow div.tnp-arrow {
    font-size: 40px;
    color: #bbb;
    padding: 0;
    margin: 0;
}

.tnp-mail, .tnp-addon, .tnp-service {
    height: 150px;
    width: 150px;
    border: 1px solid #fff;
}