.pkeventlist
{
background-color: inherit;
}

.pkeacheventtable {
        margin-bottom: 0px;
}

.pkeacheventtable td {
        line-height: 1.1;
}

.pkeachevent
{
	background-color: inherit;
	border-bottom: 1px solid #ff0000;
}

.pkeachevent:nth-child(even)
{
	background-color: inherit;
}

.pktitle, .pksubtitle {
       color: #009fad;
}

.pktimelabel {
	color: white;
}

.pkdayofweek, .pkdayofmonth, .pkmonth {
	color: white;
}

.pktime {
	border: 0px solid black;
}

.pktimelabel {
        font-size: .7em;
}

.pklocation {
        display: none;
}

.pklink, .pklink:hover {
        background-color: #ff0000;
}

.pkmoreinfo {
  color: white !important;
}

.pkc5 > a {
  display:none;
}

@media only screen and (min-width : 0px) and (max-width : 768px) { 

  .entry-wrap { padding: 5px; }
  .x-container.width { width: 95%; }
}