.timeline-heading
{
    font-size: 1.48em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.timeline-container {
    overflow-x: auto;
    overflow-y: visible;
}

.timeline-group {
    height: 84px;
    padding-left: 4px;
}

.timeline-item {
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    margin-bottom: 8px;
}

.timeline-other-renditions {
    width: 80px;
    height: 24px;
}

.timeline-other-renditions-icon {
    display: inline-block;
    margin-right: 8px;
}

.timeline-other-renditions-icon a {
    color: #000;
}

.timeline-other-renditions-icon .fa-file-code-o {
    font-size: 16px;
    position: relative;
    top: 3px;
}

.timeline-item:hover .timeline-other-renditions:hover ~ .timeline-hover-text,
.timeline-item:focus .timeline-other-renditions:focus ~ .timeline-hover-text {
    display: none;
}

.timeline-item-description {
    margin-bottom: 2px;
    font-size: 0.87em;
    width: 70px;
    height: 18px;
}

.timeline-item-description.timeline-item-description-bill {
    width: 90px;
    margin-bottom: 4px;
}

.timeline-item-description.timeline-item-description-indicative {
    height: auto;
}

.timeline-selection:hover
{
    cursor: pointer;
}

.timeline-hover-text {
    display:none;
    z-index: 10;
    opacity: 0;
    border-radius: 3px;
    border: #ccc 1px solid;
    background-color: #f5f5f5;
    position: absolute;
}

.timeline-content-heading,
.timeline-content-heading-rounded {
    color: #fff;
    text-align: center;
    padding: 6px 12px;
    background-color: #007d45;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.timeline-content-heading-rounded {
    border-radius: 3px;
}

.timeline-content {
    text-align: center;
    padding: 6px 12px;
}

.timeline-short-description {
    position: relative;
    top: 12px;
    width: 94px;
    text-align: center;
    font-size: 0.85em;
}

.timeline-popup-container {
    height: 0px;
    width: 0px;
}

.timeline-selection:hover .timeline-hover-text,
.timeline-selection:focus .timeline-hover-text {
    opacity: 1;
    display: block;
}

.timeline-point-in-time {
    background-color: #ccc;
    border: #000 solid 2px;
    border-radius: 100%;
    width: 12px;
    height: 12px;
}

.timeline-inforce-icon {
    background-color: #fff;
}

.timeline-indicative-icon {
    background-color: white;
    border: 1px dashed;
}

.timeline-as-made-icon {
    background-color: #000;
}

/*.timeline-bill-icon {
    border-radius: 0;
}*/

.timeline-icon-container {
    width: 18px;
    height: 18px;
    padding: 2px;
    margin-left: -2px;
    margin-top: 2px;
    margin-bottom: -4px;
}

/*.timeline-icon-container.timeline-bill,
.timeline-selection:hover .timeline-icon-container.timeline-bill,
.timeline-selection:focus .timeline-icon-container.timeline-bill,
.timeline-icon-container.timeline-source,
.timeline-selection:hover .timeline-icon-container.timeline-source,
.timeline-selection:focus .timeline-icon-container.timeline-source,
.timeline-icon-container.timeline-target,
.timeline-selection:hover .timeline-icon-container.timeline-target,
.timeline-selection:focus .timeline-icon-container.timeline-target {
    border-radius: 0;
}*/

.timeline-source > .timeline-point-in-time {
    background-color: #ffaaaa;
    border: 1px #000000 solid;
    border-radius: 0;
}

.timeline-target > .timeline-point-in-time {
    background-color: #aaffaa;
    border: 1px #000000 solid;
    border-radius: 0;
}

.timeline-source > .timeline-point-in-time > span,
.timeline-target > .timeline-point-in-time > span {
    font-size: 8px;
    padding-left: 1px;
    vertical-align: top;
}

.timeline-current,
.timeline-selection:hover .timeline-icon-container,
.timeline-selection:focus .timeline-icon-container {
    background-color: #fff;
    border: 1px #000 solid;
    border-radius: 100%;
    margin-left: -1px;
    margin-top: -1px;
}

.timeline-current + .timeline-line,
.timeline-selection:hover .timeline-icon-container + .timeline-line,
.timeline-selection:focus .timeline-icon-container + .timeline-line {
    margin-left: 16px;
    width: 66px;
    margin-top: 1px;
}

.timeline-current > .timeline-point-in-time,
.timeline-selection:hover .timeline-icon-container > .timeline-point-in-time,
.timeline-selection:focus .timeline-icon-container > .timeline-point-in-time {
    background-color: #007d45
}

.timeline-repealed-icon {
    background-color: #c00;
}

.timeline-line {
    display: block;
    width: 70px;
    border: #000 solid 2px;
    position: relative;
    top: -8px;
    margin-left: 12px;
    background-color: #000;
}

.indicative-reprint-expand-div,
.timeline-expand-div {
    text-align: right;
    vertical-align: middle;
    font-size: 10px;
}

.indicative-reprint-expand-div {
    margin-top: 10px;
}

.indicative-reprint-expand-div > button,
.timeline-expand-div > button {
    text-align: center;
    padding: 2px 30px 0px 30px;
    font-size: 10px;
}

.timeline-version-form {
    margin-top: 10px;
}

.timeline-version-form .btn {
    margin-left: 10px;
    padding: 7px 20px;
}

@media (max-width: 767px) {
    .timeline-version-form .btn {
        margin-top: 10px;
        margin-left: 0px;
        padding: 7px 20px;
    }
}