 body,
    html {
        font-family: Arial, Helvetica, sans-serif;
		background-color: black;
    }

    h3 {
        text-align: center;
        margin: 1%;
    }

    h6 {
        text-align: center;
        margin: 1%;
        font-size: 0.5em;
    }

    .widget {
        width: 250px;
        border: thin solid #ccc;
        min-height: 300px;
		background-color: white;
    }
	
    .logo {
        margin-top: 5%;
        margin-bottom: 5%;
        padding-top: 5%;
        width: 100%;
        height: 150px;
    }

    #tbl_incidence {
        width: 100%;
        text-align: center;
    }

    #tbl_incidence td {
        width: 50%;
        border-bottom: thin solid #ccc;
    }



    #div_stoplight {
        margin-top: 5%;
        margin-bottom: 5%;
        padding-top: 5%;
        width: 100%;
        height: 50px;
        text-align: center;
        vertical-align: middle;
        font-size: 2em;
        color: #ccc;
    }

    .stoplight_stop {
        background-color: red;
    }

    .stoplight_ok {
        background-color: green;
    }

    .value_stop {
        color: red;
    }

    .value_ok {
        color: green;
    }
	
	.value_neutral {
        color: gray;
    }

