.sig-con {
    margin: 20px;
    padding: 10px;
    border: 1px solid rgb(94, 93, 93);
    border-radius: 5px;
    background-color: rgb(211, 211, 211);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.sig-table-con {
    background-color: #ffffff;
    border: 1px solid rgb(94, 93, 93);
}


.actions-con {
    padding: 10px;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.actions-con button, .actions-con a {
    background-color: grey;
    color: white;
    border: 1px solid rgb(94, 93, 93);
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    margin-right: 10px;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Arial', 'Roboto', 'Open Sans', sans-serif;
}

.actions-con button:hover, .actions-con a:hover {
    background-color: white;
    color: rgb(34, 34, 34);
    border: 1px solid rgb(94, 93, 93);
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
}