/* general */
button, .button{background: #fd4c5b;border:none;box-shadow: none;border-radius: 3px}
.button:hover{background: #333;}

a{color: #fd4c5b}
a:hover{color: #e44453}

.panel, article img{border-radius:3px;border:none}

	/* top bar */
      /*.top-bar, .top-bar-section li a:not(.button), .top-bar.expanded .title-area {background: #fd4c5b;}*/
	.top-bar, .top-bar-section li a:not(.button), .top-bar.expanded .title-area {background: #000099;}
	.top-bar-section li:hover.has-dropdown a{background: #000099}
     /* .top-bar-section li a:not(.button):hover {background: #fd707c;} */
        .top-bar-section li a:not(.button):hover {background: #000099;}  
	
	
	
	/* content */
	#intro{margin-top: 20px}
	
	/* footer */
	#footer div {background: #333;}
	#footer p{color:#fff;padding:10px;}

/* pannello */
.panel {
	margin-bottom: 0.40em;
	 padding: 0.5em;
}
	


/* sovrascrittura bottoni dentro all'elemento panel */
.panel .button {background: #000099; }

.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader
{
	padding:0.01em;
	background-color: #b0b0ba	;
	color:#8f0206;
	text-align: center;
}

.row h4.subheader {text-align:center; }

/* titolo tabella dei materiali didattici*/
table caption {
	background: #C8C8C8;
  font-weight: bold;
  font-size: 1.1em;}
  
 /* a.note
 {
 	display: block;
 	margin: 0.5em;
 	color: #64ff;
 	font-weight: bold; 
 }
*/
 
 a.note {
 	display: block;
	text-decoration: none;
	outline: none;
	color: #2455c3;

	//color: #834202;
	 	margin: 0.3em;
}
a.note:hover {
	color: #000;
	text-decoration: none;
}

img {
	
	margin: 0.5em;
	margin-top: 0;
    max-width: 100%;
    height: auto;
    min-width:2.5em;
}


article ul
{
	margin-left: 2em;
		list-style: none;
/*		list-style-image: url("./img/arrow.png"); color:#eee; */
	
} 
 
