.table {
    box-shadow: -7px 9px 33px black;
    border-collapse: collapse;
}

.centered-cell {
    text-align: center;
}

.th-header td {
    text-align: center;
    font-size: 20px;
}

.data {
    text-align: center;
    font-size: 20px;
}

.table-container{
	margin: 0px 0px 0px -83px;
	padding-top: 0px;
}
td {
    height: 20px;
    text-align: center;
    vertical-align: bottom;
}

td.header {
    background-color: deepskyblue;
    color: black;
    margin-top: 10px;
}

thead {
    background-color: deepskyblue;
    color: black;
}

tr {
    font-size: 16px;
    font-family: calibr;
}

/*-------------table-header------------------*/


.header{
	text-align:center;
}
