th {
    background-color:rgba(102,34,136,0.5)
}

td {
    vertical-align: middle;
    padding: 10px;
}

.small {
    font-size: smaller;
    color: #90f
}

tr:nth-child(even) td:first-child {
    background-color:rgba(170,102,221,0.3)
}

tr:nth-child(odd) td:first-child {
    background-color:rgba(204,136,255,0.3)
}

tr:nth-child(even) td:not(:first-child) {
    background-color:rgba(170,102,221,0.3)
}

tr:nth-child(odd) td:not(:first-child) {
    background-color:rgba(204,136,255,0.3)
}

tr:nth-child(even) td.cw{
    background-color:rgba(187, 240, 187, 0.3)
}

tr:nth-child(odd) td.cw{
    background-color:rgba(204,255,204,0.3)
}

tr:nth-child(even) td.test{
    background-color:rgba(240, 216, 184, 0.3)
}

tr:nth-child(odd) td.test{
    background-color:rgba(255,233,204,0.3)
}

tr:nth-child(odd) td.project{
    background-color:rgba(241, 118, 255, 0.3)
}

tr:nth-child(even) td.project{
    background-color:rgba(209, 102, 221, 0.3)
}

.progress-bar {
    width: 100%;
    height: 10px;
    background-color: #609;
    border-radius: 5px;
    margin-top: 5px;
}

.progress-bar-inner {
    height: 100%;
    background-color: #c3f;
    border-radius: 5px;
    transition: width 1s;
}

body {
    margin: 0;
    padding: 10px;
}
table {
    width: 88%;
    margin: 0 auto;
}

.top{
    height: 40px;
    width: 100%;
    border-bottom: 1px solid lightgray;
    margin: 5px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.topText{
    margin: 0px;
    line-height: 30px;
    padding:5px;
    font-family: monospace;
    display: inline-block;
}

.topImg{
    height: 30px;
    width: 30px;
    padding:5px;
    float: right;
}

b{
    font-family: monospace;
    font-size: larger;
}

.module{
    font-size: larger;
    font-weight: bold;
}

h1, h2{
    font-family: monospace;
    color:#004
}

.tabs {
    display: flex;
    justify-content: center;
    margin: 10px 0;
  }

  .tablinks {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    margin: 0 5px;
  }

  .tablinks.active {
    background-color: #cc88ff;
    color: white;
  }