html, body{ background-color: #232323;color: #fff;}
.img-margin-top{margin-top:2%;}
.left{float:left;}
.right{float:right;}

 .link-tile{display:block;height:100%;}

@media screen and (min-width: 769px) {
	.tile-content.iconic{padding:0 5px;}
	.tile-content.iconic.nopadding{padding:0;}
	.tile-content.iconic.nopadding *{padding:0 5px;}
	.tile-content.iconic.nopadding img{padding:0}
}

/* Clock */
/* If you want you can use font-face */
@font-face {
    /*font-family: 'BebasNeueRegular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('BebasNeue-webfont.woff') format('woff'), url('BebasNeue-webfont.ttf') format('truetype'), url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');*/
    font-weight: normal;
    font-style: normal;
}

.clock-zone .clock {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px;
	/*padding: 10px 30px;*/
    border: 1px solid #333;
    color: #fff;
}

.clock-zone #Date {
    font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
    font-size: 30px;
    text-align: center;
    text-shadow: 0 0 5px #00c6ff;
}

.clock-zone ul {
    max-width: 200px;
	/*max-width: 250px;*/
    margin: 10px auto 0 auto;
	/*margin: 3px auto 0 auto;*/
    padding: 0px;
    list-style: none;
    text-align: center;
}

    .clock-zone ul li {
        display: inline;
		font-size: 2.2em;
        /*font-size: 1.5em;*/
        text-align: center;
        font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
        text-shadow: 0 0 5px #00c6ff;
    }

.clock-zone #point {
    position: relative;
    -moz-animation: mymove 1s ease infinite;
    -webkit-animation: mymove 1s ease infinite;
    padding-left: 1px;
    padding-right: 1px;
}

/* Rubrica Telefonica */
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate{color:#FFFFFF;}
.tabella-rubrica tr td{color:#232323;}
.contenitore-tabella select, .contenitore-tabella input{color:#232323;}
.contenitore-tabella .dataTables_wrapper .dataTables_paginate .paginate_button{color:#FFFFFF!important;border-color:#454545;}
.contenitore-tabella .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000!important;}

/* Simple Animation */
@-webkit-keyframes mymove {
    0% {
        opacity: 1.0;
        text-shadow: 0 0 20px #00c6ff;
    }

    50% {
        opacity: 0;
        text-shadow: none;
    }

    100% {
        opacity: 1.0;
        text-shadow: 0 0 20px #00c6ff;
    }
}

@-moz-keyframes mymove {
    0% {
        opacity: 1.0;
        text-shadow: 0 0 20px #00c6ff;
    }

    50% {
        opacity: 0;
        text-shadow: none;
    }

    100% {
        opacity: 1.0;
        text-shadow: 0 0 20px #00c6ff;
    }

    ;
}