.st-key
{
    font-weight: 600;
   text-align: left;
    padding-left: 10px;
}
@media screen and (max-width: 800px) {
 .cardtable
 {
     margin-top: 10px;
     box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
 }
    .cardtable:first-child
    {
        margin-top: 0px;
    }
}
.custom-modal
{
    position: fixed;width: 100%;height: 100%;right: 0;top:0;align-items: center;background: rgba(0,0,0,0.6);margin: auto;
    display: flex;
}

.padding
{
    padding:10px;
}