.breadcrumb-nav{
    margin: 10px 10px;
}
.breadcrumb-nav a{
    text-decoration: none;
    color: black;
    margin: 5px;
}
.head{
    border-bottom: 1px solid rgba(128, 128, 128, 0.34);
    color: #1c4984;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;

}

.provinces, .year {
    padding: 10px 20px;
}
.provinces table td, .year table td{
    padding: 10px;
    font-size: 14px;
    text-align: center;
}
.provinces{
    border-top: 2px solid #1c4984;
    border-bottom: 1px solid rgba(128, 128, 128, 0.34);
    border-left: 1px solid rgba(128, 128, 128, 0.34);
    border-right: 1px solid rgba(128, 128, 128, 0.34);
}
.year{
    border-bottom: 1px solid rgba(128, 128, 128, 0.34);
    border-left: 1px solid rgba(128, 128, 128, 0.34);
    border-right: 1px solid rgba(128, 128, 128, 0.34);
}
.active-btn{
    color: white;
    background-color: #1c4984;
}
.title1, .title2 {
    font-size: 20px;
}
.title1{
    text-align: right;
    color: orange;
}
.title2{
    text-align: left;
}
.score-table{
    width: 100%;
    margin: 0 auto;
}
.score-table td{
    text-align: center;
    font-size: 10px;
    padding: 2px;
}
.score-table thead {
    color: white;
}
.light{
    background-color: #f6f6f6;
}
.dark{
    background-color: #e3e3e3;
}