@charset "UTF-8";
/* CSS Document */

.bike-info-container {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    line-height: 1.2em;
    width: auto;
    margin: 0 auto;
    border-collapse: collapse;
}

.bike-info-table {
    width: 720px;
    border: 1px solid #A6A6A6;
    border-spacing: 2px;
    text-align: center;
}

.bike-info-heading {
    font-size: 18px;
    font-weight: bold;
}

.bike-info-subhead {
    font-size: 16px;
    font-weight: bold;
    background-color: #f2f2f2;
    padding: 8px;
    text-align: left;
}

.bike-info-body {
    font-size: 12px;
    text-align: left;
}

.bike-info-footer {
    font-size: 10px;
}

.bike-info-footer-small {
    font-size: 7.5px; /* 25% smaller than 10px */
}

.bike-info-center {
    text-align: center;
    padding: 8px;
}
