﻿.tabelchip_1 {
    background-color: lavenderblush;
    border: double;
    padding: 5px;
    border-radius: 15px;
}
.tabelchip_daftar {
    background-color: white;
    border: double;
    border-color: black;
    border-radius: 10px;
    padding: 5px;
    width:100%;
    color:black;

    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    -webkit-box-shadow: -14px -10px 26px -4px rgba(250,5,5,1);
    -moz-box-shadow: -14px -10px 26px -4px rgba(250,5,5,1);
    box-shadow: -14px -10px 26px -4px rgba(250,5,5,1);
}