/*
 Theme Name:   RGD
 Theme URI:    rgd.sg
 Description:  Theme for website rgd.sg
 Author:       Thien Quan
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Đặt mã CSS của bạn ở đây */
.fleet-update td{
    border:0px;
    background-color:#fff!important;
    font-size:12px;
    font-weight:bolder;
    padding:0px;
}
td.fu-title{
    width:46%;
}
td.fu-content{
    width:54%;
    font-weight:400;
}
.info-ship.elementor-widget.elementor-widget-shortcode > div.elementor-widget-container {
    height: 150px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.lbl_latest strong{
    font-size:20px;
}
@media only screen and (max-width:430px){
    .lbl_latest strong{
        font-size:17px;
    }
    .fu-title, 
    .fu-content{
        font-size:12px;
    }
    .lbl_latest_none{
        padding-top:25px;
    }
    table.fleet-update.lbl_latest_none {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 767px){
    .rev-shadow > div{
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.13)!important;
    }
}