  body {
    font: normal 70% Helvetica, Arial, sans-serif;
    color: silver;
}

	p {color: silver;
}


	h1 {color: silver;
}
	h2 {color: silver;
}
	h3 {color: silver;
}
	h4 {color: silver;
}
	h5 {color: silver;
}
	h6 {color: silver;
}

	a {color: silver;
}

      #logo {
        display: none;
      }
      nav {
        display: none;
      }
      #nav {
        display: none;
      }
	.nav_mobile {
        display: none;
      }

      footer {
        display: none;
      }





      .vevent {
width : auto;
margin : 0 0 2% 0;
text-align : center;
background: -moz-linear-gradient(left,  rgba(229,229,229,0) 0%, rgba(244,190,83,0.43) 43%, rgba(244,190,83,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(229,229,229,0)), color-stop(43%,rgba(244,190,83,0.43)), color-stop(100%,rgba(244,190,83,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(229,229,229,0) 0%,rgba(244,190,83,0.43) 43%,rgba(244,190,83,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(229,229,229,0) 0%,rgba(244,190,83,0.43) 43%,rgba(244,190,83,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(229,229,229,0) 0%,rgba(244,190,83,0.43) 43%,rgba(244,190,83,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(229,229,229,0) 0%,rgba(244,190,83,0.43) 43%,rgba(244,190,83,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#f4be53',GradientType=1 ); /* IE6-9 */
padding : 2%;
border : #ddd solid 1px;
border-radius : 0.6em;
box-shadow : 1px 2px 4px rgba(0, 0, 0, 0.2);
      }

      .key {
        font-style: italic;
        margin-left: 3px;
      }

      .value {
        margin-left: 20px;
      }

      abbr {
        border: none;
      }

      .summarykey {
        display: none;
      }

      .summary {
        font-weight: bold;
        margin: 0;
        padding: 3px;
      }

      .description {
        white-space: pre-wrap;
      }
