@import "/css/demo_page.css";
@import "/css/demo_table.css";
.de-hover:hover img{
    background: none;
}
a.de-hover{
    text-decoration: none;
}
.de-hover > table {
    width: 100%;
}
td.asin {
    color: #BB142A;
    font-size: 17px;
    text-align: center;
    font-weight: bolder;
}
.side-menu{
    border:1px #e00817 solid;
    text-align:center;
    padding:0 0 10px 0;
    margin:10px 0;
}
.bg-color1{
    background: #f7ecf4;
}
.bg-color2{
    background: #fff9c7;
}
.fw-800 {
    font-weight: 800 !important;
}
.fs-14{
    font-size: 14px;
}
.text-black{
    color: black
}
.pt2{
    padding-top: 2px
}
.side-menu .side-image{
    width: 98px;
    height: auto;
}
.pt2 > span {
    font-size: 17px !important;
    font-weight: 400;
    color: #000;
}
.text-red {
    color: red;
}
.text-bold {
    font-weight: bold;
}
.fs-14-half {
    font-size: 14.5px;
}
.bg-yellow {
    background: yellow;
}