html {
    width: 1180px;
    margin: 0 auto;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 16px;
}

body {
    position: relative;
    background-color: #213a4e;
}

.status_released {
    background-color: #3dd200 !important;
}

.status_released caption {
    background-color: #3dd200 !important;
}

.status_development {
    background-color: #d2c200 !important;
}

.status_development caption {
    background-color: #d2c200 !important;
}

.status_stalled {
    background-color: #f13232 !important;
}

.status_stalled caption {
    background-color: #f13232 !important;
}

.table1 {
    width: 100%;
    border: 2px solid black;
    background-color: #1d6ddf;
    border-spacing: 5px;
    border-radius: 0px 0px 10px 10px;
}

.table1 caption {
    /* width: 100%; */
    /* background-color: dodgerblue; */
    border: 2px solid black;
    border-bottom: 0px solid black;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
    border-radius: 15px 15px 0px 0px;
}

.table1 th {
    font-weight: bold;
    text-align: left;
    background-color: darkgray;
}

.table1 tr:nth-child(1) td {
    min-height: initial;
}

.table1 td:nth-child(1) {
    width: 35%
}

.table1 td:nth-child(2) {
    width: 65%
}

.table1 td {
    height: 4em;
    text-align: left;
    background-color: lightgray;
    border-radius: 10px;
    padding: 5px;
    vertical-align: top;
    /* vertical-align: middle; */
}

.table1 tr:nth-child(1) th {
    background-color: lightslategray;
    text-transform: uppercase;
}

.table1 .projecttitle {
    font-size: 22px;
    font-weight: bold;
    /* white-space: pre; */
    text-decoration: underline;
    display: inline-block;
}

.table1 .projectstatus {
    font-style: italic;
    padding-left: 10px;
    /* white-space: pre; */
    display: inline-block;
}

#introtext {
    width: 100%;
    border: 2px solid black;
    background-color: #1d6ddf;
    /* border-spacing: 5px; */
    border-radius: 10px 10px 5px 5px;
    padding: 10px;
    height: 95px;
    position: relative;
}

* {
    box-sizing: border-box;
}

#introtext_2 {
    /* display: inline-block; */
    /* float: left; */
}

#resumetext {
    /* border: 1px solid white; */
    /* margin-bottom: 15px; */
    background-color: ghostwhite;
    /* display: inline-block; */
    /* float: right; */
    padding: 5px;
    border-radius: 10px;
    border: 2px solid black;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 10px;
}

#starSpin{position: absolute;top: -15px;right: -15px;width: 40px;}