a:link {
    color: white;
}

a:visited {
    color: white;
}

a:hover {
    color: white;
}

a:active {
    color: white;
}


.header {
    width: 40%;
    margin: 10em auto;
}


/* table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
    margin: 0 auto;
}
td, th {
	padding: 3px;
	height: 25px;
}

td.left {
    width: 5em;
}

td.right {
    width: 77%;
}

th {
	background: #f0e6cc;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
} */

.c-Box {
    width: 40%;
    margin: 0 auto;
    font-size: 19px;
}

.listWrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #8080808a;
}

.left {
    width: 5em;
}

.right {
    width: 77%;
}


.listWrap_emp {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.right_b {
    width: 77%;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #8080808a;
}

.listWrap_end {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 1em;
}

.back {
    width: 100%;
    height: 26em;
    background-image: url(../images/theaterBack.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 768px) {

    .header {
        width: 60%;
        margin: 5em auto;
    }

    .c-Box {
        width: 80%;
        margin: 0 auto;
        font-size: 1em;
    }

    .listWrap {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 0.5em;
        padding-bottom: 0.5em;
        border-bottom: 1px solid #8080808a;
    }

    .left {
        width: 5em;
    }

    .right {
        width: 77%;
    }


    .listWrap_emp {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .right_b {
        width: 77%;
        margin-bottom: 0.5em;
        padding-bottom: 0.5em;
        border-bottom: 1px solid #8080808a;
    }

    .listWrap_end {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 0.5em;
    }

    .back {
        height: 13em;
        background-size: contain;
    }

}

@media only screen and (max-width: 370px) {
    .c-Box {
        width: 90%;
    }
}