
/* to hide columns according to the size of the screen */
@media (max-width: 800px) {
    .symb{
        display:none;
    }
}

@media (max-device-width: 400px){
    .symb{
        display:none;
    }
    .qty{
        display:none;
    }
    .price{
        display:none;
    }
    .cprice{
        display:none;
    }
    .href{
        display:none;
    }
    html {
        font-family: Arial;
        font-size: 3em;
    }
    
}

@media (max-width: 700px) {
    .symb{
        display:none;
    }
    .price{
        display:none;
    }
}

@media (max-width: 600px) {
    .symb{
        display:none;
    }
    .qty{
        display:none;
    }
    .price{
        display:none;
    }
}

@media (max-width: 500px) {
    .symb{
        display:none;
    }
    .qty{
        display:none;
    }
    .price{
        display:none;
    }
    .cprice{
        display:none;
    }
}

@media (max-width: 400px) {
    .symb{
        display:none;
    }
    .qty{
        display:none;
    }
    .price{
        display:none;
    }
    .cprice{
        display:none;
    }
    .href{
        display:none;
    }
}


html {
    font-family: Arial;
}


h1 {
    text-align: center;
}


table {
    width: 100%;
}
td{
    text-align: center;
}

.symb{
    font-size: 0.7em;
}
.symb{
    text-align: left;
}

/* For the update button and text */
button {
    border: none;
    outline: none;
    background-color: white;
}

button:hover {
    background-color: white;
}

div.update{
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content: right;
}
