
.chart-list {
    border: 2px solid #eb008b;
    border-radius: 10px 0 10px 10px;
    margin-bottom: 2px;
    width: 50%;
    margin: 0 auto 10px;
    text-align: center;
    font-weight: 600;
}
.chart-list.ab1 {
    border-color: #003c6c;
}
.chart-list h4 {
    color: #fff;
    padding: 5px 10px 3px;
    font-size: 24px;
    border-top-left-radius: 7px;
    margin: 0;
}
.chart-list.ab1 h4 {
    background-color: #024c88;
}
.chart-list a {
    display: block;
    font-size: 22px;
    padding: 5px 7px 4px;
    text-decoration: none;
}
.chart-list a:hover {
    text-decoration: none;
}
.chart-list.ab1 a {
    border-bottom: 2px solid #024c88;
    color: #003c6c;
}
.chart-list a:hover {
    background-color: #fff;
    text-decoration: underline;
}
@media only screen and (max-width: 500px) {
    .chart-list {
        width: 95%;
    }
}
footer {
    background-color: #fff;
    color: red;
    font-weight: bold;
    font-size: 25px;
    text-decoration: none;
    border: 4px groove purple;
    border-radius: 10px 0 0 0;
    text-shadow: 1px 1px gold;
    margin: 3px;
}
footer > div {
    border-bottom: 2px solid #b2ddff;
    padding: 10px 0;
    margin-bottom: 10px;
}
footer > div a {
    text-decoration: none;
}
footer > div a:hover {
    text-decoration: none;
}
footer .ftr-icon {
    text-decoration: none;
    font-size: 35px;
    text-transform: uppercase;
    color: #007bff;
}
footer p {
    margin: 10px 0 10px;
    line-height: 35px;
}
footer p span {
    color: #36f;
}
.panel.panel-info {
    border: 1px solid #3f51b5;
    border-radius: 5px;
    width: 50%;
    margin: 0 auto 0;
}
.panel-heading h1 {
    margin: 0;
    padding: 5px;
}
table {
    border-collapse: collapse;
}
table,
th,
td {
    border: 1px solid #000;
}
thead {
    background-color: #ffc107;
    text-shadow: 1px 1px 2px #9a7400ab;
}
tbody td {
    padding: 5px 0;
    font-size: 24px;
}
.red,
.chart-11,
.chart-22,
.chart-33,
.chart-44,
.chart-55,
.chart-66,
.chart-77,
.chart-88,
.chart-99,
.chart-00,
.chat-05,
.chat-50,
.chat-16,
.chat-61,
.chat-27,
.chat-72,
.chat-38,
.chat-83,
.chat-49,
.chat-94 {
    color: red;
}
.chart-05,
.chart-50,
.chart-16,
.chart-61,
.chart-27,
.chart-72,
.chart-38,
.chart-83,
.chart-49,
.chart-94 {
    color: red;
}
.css-11,
.css-16,
.css-22,
.css-27,
.css-33,
.css-38,
.css-44,
.css-49,
.css-50,
.css-55,
.css-61,
.css-66,
.css-72,
.css-83,
.css-88,
.css-94,
.css-99,
.css-05,
.css-00,
.css-77,
.css-star {
    color: red;
}
@media only screen and (max-width: 770px) {
    .panel.panel-info {
        width: 70%;
    }
}
@media only screen and (max-width: 500px) {
    .panel.panel-info {
        width: 100%;
    }
}
.r {
    color: red;
}
td {
    font-weight: 700;
}
@media only screen and (max-width: 500px) {
    .chart-list {
        width: 95%;
    }
}
.chart-h1 {
    background: #3f51b5;
    padding: 5px 10px;
    text-shadow: 1px 1px 2px #000;
    display: block;
    color: #fff8f8;
    margin-bottom: 3px;
    letter-spacing: 1px;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 0.45em;
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1);
    font-size: 18px;
    margin: 3px 0;
}
h1 {
    color: #fff8f8;
}
h3 {
    font-size: 16px;
    color: #fff;
    text-shadow: 0 0;
    margin: 0;
    padding: 5px;
}
.chart-result {
    margin: 6px 2px;
    border-radius: 10px;
    line-height: 1.4;
    font-size: 14px;
    padding: 4px 10px;
    color: #00094d;
    text-shadow: 1px 1px 2px #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
    border: 1px solid #000;
}
.chart-result div {
    font-size: 22px;
    color: #00094d;
    text-shadow: 1px 1px 2px #fff;
}
.chart-result span {
    color: #880e4f;
    text-shadow: 1px 1px 2px #ffe2c6;
    font-size: 21px;
}
.chart-result a {
    border: 1px solid #e6e6e6;
    background: #522f92;
    color: #fff;
    padding: 5px 7px;
    border-radius: 8px;
    font-size: 12px;
    margin: 2px 0 -1px;
    display: inline-block;
    transition: all 0.3s;
    cursor: pointer;
    text-shadow: none;
    text-decoration: none;
}
