body {
    font-family: Helvetica,Arial,sans-serif;
    margin: 0 auto;
    max-width: 974px;
    padding: 1em;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a {
    text-decoration: none;
    color: #ed479b;
}

.webactivity {
    text-decoration: none;
    color: #0CAEF4;
}

.webactivity:hover {
    text-decoration: underline;
    color: #0CAEF4;
}

.text-owiii {
    color: #ed479b;
}

table {
    border: 1px solid #eee;
    border-collapse: collapse;
    border-spacing: 0;
}
thead {
    background-color: #f5f5f5;
    text-align: left;
    vertical-align: bottom;
}
th {
    border-left: 1px solid #eee;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em;
}
td {
    border-left: 1px solid #eee;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em;
    text-align: left;
}

.progress-bar {
    border: 1px solid #eee;
}

.progress-bar > div {
    background-color: #ed479b;
    color: #eee;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
}