.updated_styles table {
    border-collapse: collapse;
    border: none;
}
.updated_styles table tbody tr:nth-child(even) {
    background-color: #f1f2f6;
}
.updated_styles table tbody tr:nth-child(odd) {
    background-color: #fafafa66;
}
.updated_styles table thead tr {
    background-color: #005c9f;
    color: #FFFFFF;
}
.updated_styles table thead tr th {
    padding: 8px;
}
.updated_styles table tbody tr:hover {
    background-color: #E8E8E8;
}
.updated_styles table tr td,
.updated_styles table tr th {
    border: none;
}
.updated_styles table button {
    width: 100%;
    background-color: #005c9f;
    border: 1px solid #fff;
    padding: 7px 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
}

.updated_styles button,
.updated_styles input[type="submit"],
.updated_styles a.btn {
    min-width: 100px;
    background-color: #005c9f;
    border: 1px solid #fff;
    padding: 4px 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    display: inline-block;
}

.updated_styles a.btn {
    padding: 7px;
    font-size: 12px;
}