#schedaKc {
    background-color: #FFF;
}

#schedaKc h1 {
    font-family: arial, helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: navy;
}

#schedaKc p {
    background-color: #FFF;
    text-align: justify;
}

body {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    color: #000;
    background-color: #FFF;
}

#schedaKc ul {
    text-align: left;
}

#schedaKc ul li {
    text-align: left;
}

#schedaKc p img {
    float: left;
    padding: 5px;
}

#schedaKc strong {    
    color: #152147;
}

#schedaKc .kcleft {
      float: left;
	width: 50%;
}

#schedaKc .clear {
    clear: both;
}

#schedaKc .kcright {
    float: right;
    width: 50%;
}

/*TODO: RIMUOVERE: SOLUZIONE PROVVISORIA (INDAGARE SU ACCORDION)*/
input.kcbutton {
    border-style: none;
    background: transparent;
    cursor: pointer;
    font-family: verdana, arial, helvetica, sans;
    font-size: 10px;
    color: #152147;
}

input.kcbutton:hover {
    color: red;
    text-decoration: underline;
}

