@font-feature-values Quinoa { 
    @styleset { 
	magyar: 4 7;
	round: 1 4 7;
	titling: 2;
    } 
    @character-variant { 
	rounda: 11;
    } 
    @character-variant { 
	roundj: 8;
    } 
}

html {
    display:flex;
    min-height:100%;
    width:100%;
}

body {
    margin:auto;
    font-size: 2rem;
}
body, input {
    background-color: #68889f;
    color: snow;
    font-weight: 300;
}
body, input, button {
    font-family: 'Quinoa';
}
button {
    font-size: 100%;
    font-variant-caps: small-caps;
    font-weight: 400;
}

.icon {
    font-size: 500%
}

table {
    border-collapse: collapse;
}

th, td {
    text-align: left;
    padding-left: 0.4em;
    padding-right: 0.4em;
}

td[name=date],
td[name=time],
td[name=offset]
{
    font-variant-numeric: tabular-nums;
}

th {
    font-weight: 500;
    font-variant-alternates: styleset(round); 
    font-variant-caps: small-caps;
    font-size: 90%;
}

.dst1:after {
    content: "🏖️";
}
.dst0:after {
    content: "➖️";
}

#msg {
    font-size: 80%;
    /*text-align: right;*/
    font-style: italic;
    font-weight: 400;
}


@media (max-width: 480px) {
    th, td, input, button {
	font-size: 80%;
    }
    th, td {
	padding-left: 0.2em;
	padding-right: 0.2em;
    }
    td.date {
	font-size: 0;
    }
}
