div#noacta {
 font-family: sans-serif;
 display: table;
 background: black;
 color: white;
 width: 100%;
 padding: 10px 0;
}
div.noactaf {
 height: 100%;
 position: fixed;
 top: 0; left: 0; right: 0; bottom: 0;
}
#noacta div {
 display: table-cell;
 vertical-align: middle;
 text-align: center;
}
#noacta small {
 display: none;
}
#noacta.noactaf small {
 font-size: 150%;
 display: block;
 color: #ccc;
 padding: 2px;
 position: fixed;
 top:0; right:0;
}
#noacta a {
 color: white;
 text-decoration: none;
}
#noacta a:hover {
 text-decoration: underline;
}
#noacta.noactaf small a {
 color: gray;
}
#noacta .noactab {
 font-weight: bold;
 font-size: 40px;
}
#noacta .noactam {
 padding-bottom: 12px;
}
#noacta1 {
 color: red;
}

