
#tour a {
    color: black;
    text-decoration: none;
}
#tour a img {
    border: 0;
}

#tour table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
    border-spacing: 0;
}
#tour table thead {
    line-height: 40px;
}
#tour table thead tr th {
    text-align: left;
}
#tour table tbody {
    line-height: 40px;
}
#tour table tbody tr {
    border-bottom: 1px solid #2A2A2A;
}
#tour table tbody tr td:last-child {
    text-align: left;
	width: 107px;
}

#tour .button {
    padding: 5px 8px;
    background: #272725;
    border-radius: 5px;
    color: white;
}
#tour .button:hover {
    text-decoration: underline;
}


#tour .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}