html,
body {
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
    font-family:Helvetica, Arial;
}

body {
    background:#ececec;
    padding-bottom: 48px;
    box-sizing: border-box;
}

#outer {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
}

#inner {
    display:block;

    width: 500px;
    min-height: 420px;

    position: absolute;
    margin-left: -250px;  /* =>  width / 2  */
    top: -240px;          /* =>  height / 2  */
    left: 50%;
}

#inner p {
    font-size:29px;
    color:#535559;
    text-align:center;
    text-shadow:0px 2px 1px #fff;
}

#inner .drag-handle-wrap {
    margin: 0.35em 0 0.85em;
}

#inner .other-separators {
    margin-top: 0.5em;
    padding-top: 0.75em;
    border-top: 1px solid rgba(83, 85, 89, 0.15);
}

#inner .other-separators p {
    font-size: 20px;
    line-height: 1.35;
}

#inner h1 {
    font-size: 34px;
    color:#535559;
    text-align:center;
    text-shadow:0px 2px 1px #fff;
}

#inner a.me,
#inner a.me:active,
#inner a.me:visited,
#inner a.me:hover {
    display:inline-block;
    min-width:60px;
    min-height:28px;
    padding: 2px 8px;

    font-size: 28px;
    line-height: 1;
    text-shadow: none;
    color: #294995;
    border: 1px solid #b7bcc7;
    border-radius: 6px;
    background: linear-gradient(180deg, #ffffff 0%, #e7e9ed 100%);

    vertical-align:middle;
    text-decoration:none;
    text-align: center;
}

/*
 * Verticale ed esagono: nessun testo nel link (come l originale), cosi in barra
 * non compare una seconda linea/ glifo scuro accanto alla favicon.
 * Anteprima = stesso SVG usato come favicon.
 */
body.sep-vert #inner a.me,
body.sep-vert #inner a.me:active,
body.sep-vert #inner a.me:visited,
body.sep-vert #inner a.me:hover,
body.sep-hex #inner a.me,
body.sep-hex #inner a.me:active,
body.sep-hex #inner a.me:visited,
body.sep-hex #inner a.me:hover {
    box-sizing: border-box;
    width: 60px;
    min-width: 60px;
    height: 28px;
    min-height: 28px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
    border: 1px solid #c8ccd4;
    border-radius: 6px;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none;
    text-shadow: none;
}

body.sep-vert #inner a.me,
body.sep-vert #inner a.me:active,
body.sep-vert #inner a.me:visited,
body.sep-vert #inner a.me:hover {
    background-image: url("favicon-vert.svg");
    background-size: auto 22px;
}

body.sep-hex #inner a.me,
body.sep-hex #inner a.me:active,
body.sep-hex #inner a.me:visited,
body.sep-hex #inner a.me:hover {
    background-image: url("favicon-hex.svg");
    background-size: 24px auto;
}

span.target-name {
    font-weight: bold;
}

#inner b, #inner a {
    font-weight:bold;
    color:#335fa1;
}

.site-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin: 0;
    padding: 10px 12px;
    text-align: center;
    background: rgba(236, 236, 236, 0.92);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.site-footer > p {
    margin: 0;
    color: #a4a4a4;
    font-size: 13px;
}

.site-footer a {
    text-decoration: none;
    color: #7a7a7a;
}

.site-footer a:hover {
    color: #335fa1;
}

.twitter-share-button {
    opacity:0.5;
    margin-left:9px;
    margin-top:5px;
}

.twitter-share-button:hover {
    opacity:1;
}
