table, th, td {
    border: 1px solid white;
    margin: 0 auto;
    border-radius: 20px;
    border-collapse: separate;
    -webkit-border-vertical-spacing: 5em
}
tr, td {
    background-color: silver;
    border-right: 10px solid transparent;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-radius: 10%;
    padding:50px
}
a{
    color:inherit;
    text-decoration: inherit;
    font-weight: bold;
}
h1{
    border: black solid 1px;
    background-color: silver;
}