body {
    font-family: '微软雅黑', sans-serif;
    font-size: 14px;
}

/* 自定义样式文件，确保在 Bootstrap 的 CSS 之后加载 */
.container {
    max-width: 1400px; /* 适用于所有屏幕尺寸大于等于 1400px */
}

a {
    text-decoration: none;
}

.text-red {
    color: #f00 !important;
}

.text-green {
    color: #00731b !important;
}

.text-orange {
    color: #ffb300 !important;
}

.text-purple {
    color: DarkOrchid;
}

.text-coral {
    color: Coral;
}

.text-left {
    text-align: left;
}

.text-width-60 {
    width: 60px;
}

.text-width-70 {
    width: 70px;
}

.text-width-80 {
    width: 80px;
}

.text-width-90 {
    width: 90px;
}

.text-width-100 {
    width: 100px;
}

.text-width-120 {
    width: 120px;
}

.text-width-200 {
    width: 200px;
}

.text-blue {
    color: #00b7ff !important;
    background-color: #0099FF !important;
    border-color: #00b7ff;
}

.col-container {
    text-align: left;
}

.float-right {
    float: right;
}

.custom-description {
    background-color: #fff3cd;
    color: #000000;
    text-align: left;
    padding: 20px;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.custom-description-b {
    background-color: #6066c6;
    color: #ffffff;
    text-align: left;
    padding: 20px;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.text-right, .card-text.text-right {
    text-align: right;
}

.col-width-8 {
    width: 8%;
}

.col-width-10 {
    width: 10%;
}

.col-width-15 {
    width: 15%;
}

.col-width-20 {
    width: 20%;
}

.col-width-30 {
    width: 30%;
}

.col-width-40 {
    width: 40%;
}

.table {
    margin-bottom: 50px;
}

.seat-name {
    width: 500px;
}

.highlight {
    background-color: yellow;
    color: black;
}

#clock {
    font-size: 14px;
}

.red-text {
    color: red;
}

.equal-width {
    display: inline-block;
    width: 40px; /* 调整宽度值以达到你想要的效果 */
}
