.alpine-table table {
    width: 100%;
}

.alpine-table table th, .alpine-table table td {
    border: 1px solid black;
    padding: 3px 5px;
}

.alpine-title {
    text-align: center;
    margin-top: 30px;
}

.alpine-spinner {
    width: 50px;
    height: auto;
}