html[lang="en"]{
    margin-top: 0 !important;
}
#wpadminbar{
    opacity: 0;
    transition: opacity 2s;
}

#wpadminbar:hover{
    transition: opacity 2s;
    opacity: 1;
}
.product-1-css .column-1 {
    font-weight: bold;
    color: #143B95;
}
.product-1-css thead th {
    background : none !important;
}