body {
    font-family: "Titillium Web", sans-serif;
    background-color: #063;
    color: #ccc;
}
a {
    color: #0fc;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
.not-implemented {
    color: #63f; text-decoration: line-through;
}

h2 {
    font-size: 1rem;
    color: #096;
    margin: 0;
    font-weight: normal;
}
div.info {
    color: #096;
    margin-top: 1rem;
}
h1 {
    margin-top: 0;
    line-height: 1;
}
.schermata.login label {
    display: inline-block;
    width: 7rem;
}
.schermata.login button {
    margin-left: 7rem;
}

div.controlli > * {
    margin-right: 0.5em;
}


@keyframes link-blink {  
  0% { color: #fff; }
  50% { color: #0fc; }
  100% { color: #fff; }
}

.link-blink {
  animation-name: link-blink;  
  animation-iteration-count: infinite;  
  animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  animation-duration: 0.5s; 
}
.highlight, a.highlight {
    color: #fff;
    font-weight: bold;
}

div.table {
    display: table;
}
div.tr {
    display: table-row;
}
div.th, div.td {
    display: table-cell;
    padding-right: 10px;
}
    