.shows-wrapper {
    width: 100%;
    color: #fff;
    font-family: inherit;
}

.show-item {
    padding: 40px 0 0px 0;
}

.show-date-location {
	font-family: "Roboto Mono", monospace;
    font-size: 16px;
    font-weight: 700;
	color: #ffffff;
	margin-bottom: 10px;
}

.show-name {
    font-family: "Roboto Mono", monospace;
    font-size: 16px;
	color: #ffffff;
}

.show-buy-tickets {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 24px;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    background: transparent;
    font-size: 14px;
    letter-spacing: 1px;
	transition: 0.5s;
}

.show-buy-tickets:hover {
    background: #fff;
    color: #000;
}

.show-divider {
    margin-top: 40px;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 1;
}

.show-item {
    position: relative;
}

.show-buy-tickets {
    position: absolute;
    right: 0;
    top: 30%;
    transform: translateY(-50%);
}