.main_head_strips{
border: 2px solid #d60000;
padding: 2px;
margin-left: 2px;
}
.main_head_strips .main_head_strip{
background: #d60000;
text-align: center;
font-weight: bold;
font-size: 20px;
color: white;
text-shadow: 1px 1px black;
}
.thirtyshorts{
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
padding: 8px;
border-radius: 10px 10px 0px 0px;
border-bottom: 2px solid #fc9928;
}
.thirtyshortsond{
display: flex;
align-items: center;
justify-content: space-around;
flex-wrap: wrap;
}
.thirtyshortsond>p{
margin-right: 10px;
}
.thirtyshortsond>p>img{
margin-right: 4px;
}
.earn-table-main{
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.coin-earn-table{
box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
border-radius: 0px 0px 10px 10px;
}
.coin-earn-table tr:nth-child(odd) td {
background: #fff9f9;
padding: 0px 10px;
font-size: 14px;
}
.coin-earn-table tr:nth-child(even) td {
background: #fcffff;
padding: 0px 10px;
font-size: 14px;
}