<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.button {
    -moz-transition: background 0.2s ease-in-out 0s;
    -moz-user-select: none;
    background-color: #BFBFBF;
    background-image: -moz-radial-gradient(center top , ellipse farthest-corner, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%), url("images/noise.png");
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px 8px 8px 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 0.3em 0.3em rgba(255, 254, 255, 0.6) inset, 0 -0.1em 0.3em rgba(0, 0, 0, 0.15) inset, 0 0.1em 3px #999999, 0 0.3em 1px #727272, 0 0.5em 5px rgba(0, 0, 0, 0.2);
    color: #666666 !important;
    display: inline-block;
    font: bold 14px/1em 'Droid Sans',sans-serif;
    margin: 0.5em;
    padding: 0.5em 1em 0.4em;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
button.button {
    border-left: medium none;
    border-right: medium none;
}
button.button:hover {
    cursor: pointer;
}
.button:before {
    content: attr(data-icon);
    font: 1.2em/0 sans-serif;
    margin-right: 0.4em;
}
.icon {
    font-style: normal;
    font-weight: normal;
    text-indent: -999em;
}
.icon:before {
    display: block;
    height: 0;
    line-height: 0.75em;
    margin-right: 0;
    text-indent: 0;
}
.button.orange {
    background-color: #FFA500;
    box-shadow: 0 0.3em 0.3em rgba(255, 254, 255, 0.6) inset, 0 -0.1em 0.3em rgba(0, 0, 0, 0.15) inset, 0 0.1em 3px #CC8400, 0 0.3em 1px #996300, 0 0.5em 5px rgba(0, 0, 0, 0.2);
    color: #996300 !important;
}
.button.orange:hover {
    background-color: #FFC04C;
}
.button.blue {
    background-color: #7FC3FF;
    box-shadow: 0 0.3em 0.3em rgba(255, 254, 255, 0.6) inset, 0 -0.1em 0.3em rgba(0, 0, 0, 0.15) inset, 0 0.1em 3px #5290C5, 0 0.3em 1px #326999, 0 0.5em 5px rgba(0, 0, 0, 0.2);
    color: #326999 !important;
}
.button.blue:hover {
    background-color: #A8D6FF;
}
.button.green {
    background-color: #9DE051;
    box-shadow: 0 0.3em 0.3em rgba(255, 254, 255, 0.6) inset, 0 -0.1em 0.3em rgba(0, 0, 0, 0.15) inset, 0 0.1em 3px #6AAD1E, 0 0.3em 1px #508216, 0 0.5em 5px rgba(0, 0, 0, 0.2);
    color: #508216 !important;
}
.button.green:hover {
    background-color: #C2EB92;
}
.button.pink {
    background-color: #FF7FAA;
    box-shadow: 0 0.3em 0.3em rgba(255, 254, 255, 0.6) inset, 0 -0.1em 0.3em rgba(0, 0, 0, 0.15) inset, 0 0.1em 3px #D82661, 0 0.3em 1px #B7144A, 0 0.5em 5px rgba(0, 0, 0, 0.2);
    color: #990033 !important;
}
.button.pink:hover {
    background-color: #FFA8C5;
}
.button.transparent {
    color: rgba(0, 0, 0, 0.5) !important;
}
.button.transparent, .button.transparent:hover, .button.transparent:active {
    background-color: transparent;
    background-image: none;
}
.button.transparent:hover {
    opacity: 0.9;
}
.button:hover {
    background-color: #D3D3D3;
}
.button:active {
    -moz-transform: translateY(0.2em);
    box-shadow: 0 0.3em 0.3em rgba(255, 255, 255, 0.6) inset, 0 -0.1em 0.3em rgba(0, 0, 0, 0.2) inset, 0 0.1em 1px rgba(0, 0, 0, 0.4), 0 0.2em 6px rgba(0, 0, 0, 0.2);
}
.button:focus {
    color: rgba(254, 255, 255, 0.9) !important;
    outline: medium none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.button[disabled], .button[disabled]:hover, .button.disabled, .button.disabled:hover {
    -moz-transform: translateY(5px);
    background-color: rgba(0, 0, 0, 0.05);
    background-image: none;
    border-top: medium none;
    box-shadow: 0 0.3em 0.3em rgba(255, 254, 255, 0.4) inset, 0 -0.1em 0.3em rgba(0, 0, 0, 0.1) inset, 0 0.1em 1px rgba(0, 0, 0, 0.3), 0 0.2em 6px rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.2) !important;
    cursor: default;
    opacity: 0.5;
    text-shadow: none !important;
}
.serif {
    font-family: 'Lobster',serif;
    font-weight: normal;
}
.xs {
    font-size: 16px;
}
.xl {
    font-size: 32px;
}
.button.glossy:after, .button.glass:after {
    background-image: -moz-linear-gradient(left center , rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.5));
    border-radius: 0.5em 0.5em 1em 1em / 0.5em 0.5em 2em 2em;
    content: "";
    height: 60%;
    left: 5%;
    position: absolute;
    top: 0;
    width: 90%;
}
.button.glossy:active:after, .button.glass:active:after, .button.disabled:after, .button[disabled]:after {
    opacity: 0.6;
}
.button.icon.glossy:after, .button.icon.glass:after {
    height: 75%;
}
.button.glass {
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5), 0 0.18em 0.15em rgba(0, 0, 0, 0.18);
}
.button.glass:active {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 0.18em 0.15em rgba(0, 0, 0, 0.15);
}
.round, .round.glossy:after, .round.glass:after {
    border-radius: 1em 1em 1em 1em;
    border-top: medium none;
}
.oval {
    border-radius: 5em 5em 5em 5em / 2em 2em 2em 2em;
    border-top: medium none;
    padding-left: 0.8em;
    padding-right: 0.8em;
}
.oval.glossy:after, .oval.glass:after {
    border-radius: 5em 5em 5em 5em / 2em 2em 1em 1em;
    top: 5%;
}
.oval.icon {
    border-radius: 1.5em 1.5em 1.5em 1.5em / 1em 1em 1em 1em;
    padding-left: 0.8em;
    padding-right: 0.8em;
}
.oval.icon.glossy:after, .oval.icon.glass:after {
    border-radius: 1.5em 1.5em 1.5em 1.5em / 1em 1em 1em 1em;
}
.brackets, .brackets.glossy:after, .brackets.glass:after {
    border-radius: 0.5em 0.5em 0.5em 0.5em / 1em 1em 1em 1em;
    border-top: medium none;
}
.skew {
    border-radius: 5em 1em 5em 1em;
    border-top: medium none;
    padding-left: 0.8em;
    padding-right: 1.2em;
}
.skew.glossy:after, .skew.glass:after {
    border-radius: 7em 1em 7em 1em / 5em 1em 5em 1em;
    left: 10%;
}
.skew.icon {
    padding-left: 0.8em;
    padding-right: 0.9em;
}
.back, .back.glossy:after, .back.glass:after {
    border-radius: 1.6em 1.6em 1em 1em / 4em 4em 1em 1em;
    border-top-color: rgba(255, 255, 255, 0.5);
}
.back.glossy:after, .back.glass:after {
    left: 6%;
    width: 88%;
}
.knife {
    border-radius: 0.2em 0.5em 0.5em 8em / 0.2em 0.5em 0.5em 5em;
    padding-left: 1.5em;
}
.knife.glossy:after, .knife.glass:after {
    border-radius: 0.1em 0.5em 0.5em 8em / 0.1em 0.5em 0.5em 2em;
    left: 3%;
    width: 97%;
}
.knife.glossy.icon:after, .knife.glass.icon:after {
    border-radius: 0.5em 0.5em 1em 6em / 0.5em 0.5em 1em 4em;
    left: 5%;
    width: 95%;
}
.shield, .shield.glossy:after, .shield.glass:after {
    border-radius: 0.4em 0.4em 2em 2em / 0.4em 0.4em 3em 3em;
}
.shield {
    padding-left: 0.8em;
    padding-right: 0.8em;
}
.shield.icon {
    padding-left: 0.6em;
    padding-right: 0.6em;
}
.drop {
    border-radius: 2em 5em 2em 0.6em / 2em 4em 2em 0.6em;
    border-top: medium none;
}
.drop.glossy:after, .drop.glass:after {
    border-radius: 2em 6em 2em 1em / 2em 4em 2em 2em;
    left: 4%;
}
.drop.icon {
    padding-right: 0.6em;
}
.morph {
    -moz-transition: -moz-border-radius 0.3s ease-in-out 0s;
    border-radius: 5em 5em 5em 5em / 2em 2em 2em 2em;
    border-top: medium none;
}
.morph:hover {
    border-radius: 0.4em 0.4em 2em 2em / 0.4em 0.4em 3em 3em;
}
.morph:active {
    border-radius: 0.3em 0.3em 0.3em 0.3em;
}
.morph:after {
    display: none;
}
</pre></body></html>