@page {
    size: Letter;
    margin: 0in 0in 0in 0in;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #333;
    margin: 0;
    padding: 0;
}

.report-container {
    background: #fff;
    padding: 20px;
}

.logo {
    display: table;
    margin: 0 auto;
}

.logo img {
    position: relative;
    left: -21px;
}

.vessel-box {
    background: #15304E;
    padding: 10px;
    margin: 0 -20px;
    color: #fff;
    text-align: center;
}

.vessel-box h1,
.vessel-box h4,
.vessel-box p {
    margin: 0;
}

.vessel-box h1 {
    margin-bottom: 20px;
    position: relative;
}

.vessel-box h4 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.vessel-box p {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #9A7F63;
    display: inline-block;
    border-radius: 50px;
    padding: 10px 30px;
    border: 4px solid #fff;
}

.vessel-box .line-separator {
    background: #fff;
    width: 40px;
    height: 4px;
    margin: 0 auto;
}

.table-data {
    margin: 20px 0;
}

.table-data .list-item {
    margin-bottom: 50px;
}

.table-data .list-item .title h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    border-bottom: 2px solid #15304E;
    padding-bottom: 15px;
    color: #15304E;
}

.table-data .list-item .content .item {
    clear: both;
}

.table-data .list-item .content .item p {
    margin: 10px 0;
}

.table-data .list-item .content .item .left {
    float: left;
    width: 40%;
}

.table-data .list-item .content .item .right {
    float: left;
    width: 60%;
}

.condition-block .legend ul {
    padding: 0;
    list-style-type: none;
    max-width: 600px;
    margin: 40px 0;
    padding-left: 0;
}

.condition-block .legend ul li {
    display: inline-block;
    width: 150px;
    margin-bottom: 10px;
    margin-right: 30px;
}

.condition-block .legend ul li .left {
    background: #15304E;
    display: inline-block;
    height: 40px;
    width: 90px;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
    margin-right: 10px;
    line-height: 40px;
}

.condition-block .legend ul li .left.color0 {
    background: #ff0000;
}

.condition-block .legend ul li .left.color1to2 {
    background: #ff9933;
}

.condition-block .legend ul li .left.color3to4 {
    background: #ffcc00;
}

.condition-block .legend ul li .left.color5to7 {
    background: #ffff00;
}

.condition-block .legend ul li .left.color8to9 {
    background: #33cc33;
}

.condition-block .legend ul li .left.color10 {
    background: #008000;
}


.condition-block .legend ul li .right {
    font-size: 20px;
}

.condition-block .indicator ul {
    padding: 0;
    list-style-type: none;
    max-width: 600px;
    margin: 0;
}


.condition-block .indicator ul li {
    float: left;
}

.condition-block .indicator ul li .top {
    background: #15304E;
    display: block;
    height: 40px;
    width: 40px;
    border-top: 2px solid #15304E;
    border-bottom: 2px solid #15304E;
    margin-bottom: 10px;
}

.condition-block .indicator ul li.first .top {
    border-left: 2px solid #15304E;
}
.condition-block .indicator ul li.last .top {
    border-right: 2px solid #15304E;
}

.condition-block .indicator ul li .bottom {
    font-weight: bold;
    text-align: center;
}

.condition-block .indicator ul li .top.color0 {
    background: #ff0000;
}

.condition-block .indicator ul li .top.color1 {
    background: #ff9933;
}

.condition-block .indicator ul li .top.color2 {
    background: #ff9933;
}

.condition-block .indicator ul li .top.color3 {
    background: #ffcc00;
}

.condition-block .indicator ul li .top.color4 {
    background: #ffcc00;
}
.condition-block .indicator ul li .top.color5 {
    background: #ffff00;
}

.condition-block .indicator ul li .top.color6 {
    background: #ffff00;
}

.condition-block .indicator ul li .top.color7 {
    background: #ffff00;
}

.condition-block .indicator ul li .top.color8 {
    background: #33cc33;
}

.condition-block .indicator ul li .top.color9 {
    background: #33cc33;
}

.condition-block .indicator ul li .top.color10 {
    background: #008000;
}