/* ------------------------------------------------------------------------ */
/* Use this file to overwrite css rules from any css file. This way you
/* won't lose any of your modifications after updating the theme.
/* ------------------------------------------------------------------------ */

body {
/* Empty body tag to prevent not found error */
}
img.grayscale1
{
	cursor: pointer;
	webkit-transition: -webkit-filter 1s;
}
img.grayscale1:hover
{
	webkit-filter: grayscale(100%);
}
table.attivita td
{
  background-color: transparent!important;
}
tr.description td
{
 font-weight: bold;
}
#availability_statut
{
    display: none;
}
.header_contact_phone_info {
    display: block;
    height: 100%;
    line-height: 40px;
}