.ev-widget * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.ev-widget {
  background-color: transparent;
  margin: 0;
  padding: 0; }

.ev-content {
  font-family: Helvetica, Arial, sans-serif;
  overflow: hidden;
  text-align: center;
  width: 100%;
  background: #fff; }

.ev-days {
  /*border: 1px solid #ccc;*/
  background: #999;
  overflow: auto; }
  .ev-days:before, .ev-days:after {
    content: " ";
    display: table; }
  .ev-days:after {
    clear: both; }
  .ev-days {
    *zoom: 1; }

.ev-day {
  float: left;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  padding: 3px 8px;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
  width: 42px; }
  .ev-day:first-child {
    width: 48px; }

.ev-day:hover {
  background: #333; }

.ev-today, .ev-today:hover {
  background: #bd282c;
  color: #fff; }

.ev-event {
  text-align: left;
  overflow: auto;
  border-bottom: 1px solid #ddd;
  padding: 4px 0;
  text-decoration: none;
  display: block;
  margin: 0 8px; }
  .ev-event:before, .ev-event:after {
    content: " ";
    display: table; }
  .ev-event:after {
    clear: both; }
  .ev-event {
    *zoom: 1; }
  .ev-event:last-child {
    border: none; }

.ev-event:hover .ev-title {
  color: #bd282c; }

.ev-event-featured {
  background: #f9f9f9;
  border: 1px solid #eee;
  margin: 4px 8px 2px 8px;
  border-radius: 5px;
  padding: 8px; }

.ev-thumb {
  float: left;
  width: 40px;
  margin: 0 10px 0 0; }

.ev-thumb img {
  width: 100%;
  height: auto;
  border: none; }

.ev-content {
  text-align: left; }

.ev-date {
  display: block;
  float: right;
  font-family: Georgia, serif;
  font-style: italic;
  color: #000;
  font-size: 12px;
  background: #ddd;
  padding: 2px 7px;
  border-radius: 2px;
  margin: 1px 0 0 3px; }

.ev-title {
  font-size: 14px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  margin: 0 0 4px 0; }

.ev-event p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #000; }

.ev-tab-content {
  height: 280px;
  height: 250px;
  overflow: auto; }

.ev-tab-hidden, .ev-tab-hidden {
  min-height: 220px; }

.ev-tab-hidden {
  visibility: hidden;
  display: none; }

.ev-tab-visible {
  visibility: visible;
  display: block; }

.ev-links {
  background: #eee;
  overflow: auto; }
  .ev-links:before, .ev-links:after {
    content: " ";
    display: table; }
  .ev-links:after {
    clear: both; }
  .ev-links {
    *zoom: 1; }

.ev-links a {
  text-decoration: none;
  font-size: 12px;
  float: left;
  color: #333;
  display: block;
  padding: 3px 8px;
  -webkit-transition: background 0.15s;
  transition: background 0.15s; }

.ev-links a:hover {
  background: #ccc; }

a.ev-add {
  float: right; }

.ev-categories {
  text-align: center;
  background: #666;
  overflow: hidden; }
  .ev-categories:before, .ev-categories:after {
    content: " ";
    display: table; }
  .ev-categories:after {
    clear: both; }
  .ev-categories {
    *zoom: 1; }

.ev-category {
  display: block;
  float: left;
  text-decoration: none;
  /*background: #333;*/
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 6px 11px;
  line-height: 1;
  float: left;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
  width: 65px; }
  .ev-category:last-child {
    width: 105px; }

.ev-category:hover {
  background: #444; }

.ev-powered {
  background: #999; }

.ev-powered a {
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: right;
  font-weight: bold;
  font-size: 12px;
  padding: 3px 8px;
  -webkit-transition: background 0.15s;
  transition: background 0.15s; }

.ev-powered a:hover {
  background: #bd282c; }

.ev-powered a:hover .text-alt {
  color: #fff; }

.ev-powered .text-intro {
  font-weight: normal; }

.ev-header {
  background: #eee;
  text-align: center;
  font-size: 12px;
  padding: 2px 0;
  color: #333;
  font-family: Georgia, serif;
  font-style: italic; }
