/* Rahmen */
.gigpress-table th,
.gigpress-table,
tr.gigpress-info td {
    border-color: #888888;
}

.gigpress-row td {
    border-color: #E5E5E5;
}


/* Tour */
th.gigpress-heading {
    background-color: #fff7f7;
}

tr.gigpress-tour td {
    background-color: #fffbfb;
}

.gigpress-heading {
	color: #aaaaaa;
}


/* Schrift */
td, tr.gigpress-info td,
.gigpress-info-item {
    color: #555555;
}

tr.gigpress-header th,
p.gigpress-subscribe,
span.gigpress-info-label {
    color: #aaaaaa;
}

tr.gigpress-header th {
    font-weight: normal;	/* orginal: bold */
}


/* gestrichelte Linie unter dem Datum entfernen */
abbr[title] {
    border: none;
}


/* Abstand Description und Eintrag */
td.description .gigpress-info-item {
	padding-right: 2px;
}


/* Sidebar */
span.gigpress-sidebar-date {
    font-weight: normal;
}

.gigpress-sidebar-more {
	text-align: left;
	padding-top: 8px;
	margin-bottom: 0;
}