.main {
    width: 100%;
    box-sizing: border-box;
    padding: 0 3%;
    float: left;
}

p {
    font-size: 2.5rem;
    line-height: 6rem;
    border-bottom: 1px solid #f0f3f9;
    clear: both;
}

p span {
    color: #428b40;
}

.ul1 {
    border-bottom: 1px solid #f0f3f9;
}

.ul1 li {
    display: inline-block;
    color: #9fa5a9;
    line-height: 6rem;
    margin-left: 5%;
    font-size: 2.5rem;
}

.ul1 li a {
    color: black;
    text-decoration: none;

}

.ul1 li a.active1 {
    background-color: #428b40;
    color: #fff;
}

.ul1 li a:hover {
    background-color: #428b40;
    color: #fff;
}

.ul2 li {
    list-style-type: none;
    float: left;
    margin-top: 5%;
}

div.visibal {
    width: 30%;
    position: relative;
    float: left;
    margin-left: 3%;
    margin-bottom: 5%;
    margin-top: 5%;
}

.face {
    width: 100%;
    height: 100%;
    color: #777c7f;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 200;
    border: 1px solid #dce5ea;
    border-collapse: collapse;
    box-sizing: border-box;
    padding: 2%;
    float: left;
}

tr {
    border: 1px solid #dce5ea;
    border-collapse: collapse;
}

th {
    border: 1px solid #dce5ea;
    border-collapse: collapse;
    font-size: 1.5rem;
    font-weight: 300;
    padding: 3%;
}

td {
    border: 1px solid #dce5ea;
    border-collapse: collapse;
    padding: 3%;
}

h1 {
    color: black;
    border: none;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
}

.p1 {
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.5rem;
    font-weight: 400;
    color: black;
    margin-top: 0;
}

.red {
    color: #d40000;
}

.left {
    display: inline-block;
    float: left;
    margin-left: 0;
    font-size: 1rem;
    color: black;
}

.right {
    display: inline-block;
    float: right;
    margin-right: 0;
    font-size: 1rem;
    color: black;
}

.thleft {
    text-align: left;
}

.thblack {
    color: black;
}

.hide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 2rem;
    font-weight: 200;
    background-color: #292929;
    filter: alpha(opacity:0);
    opacity: 0;
    transform: rotateY(-180deg);
    box-sizing: border-box;
    padding: 5%;
}

.hide h3 {
    text-align: center;
}

.p2 {
    text-indent: 2em;
    text-align: left;
    line-height: 2.4rem;
    margin-top: 5%;
    margin-bottom: 0;
    border: none;
}

div.hide:hover {
    filter: alpha(opacity:50);
    opacity: 0.5;
    transform: rotateY(0deg);
    transition: 1s;
}

.worker {
    display: block;
    float: left;
    width: 40%;

}

.float-right {
    float: left;
    width: 60%;
}

.half {
    position: relative;
}

.star1, .star2 {
    position: absolute;
    display: inline-block;
    top: 30%;
}

.star1 {
    left: 60%;
}

.star2 {
    left: 70%;
}
