﻿/*body {
    line-height: 1.3em;
    min-width: 920px;
}*/

.history-tl-container {
    font-family: "Roboto",sans-serif;
    width: 100%;
    margin: auto;
    display: block;
    position: relative;
}

    .history-tl-container ul.tl {
        margin: 10px 10px;
        padding: 0;
        display: inline-block;
    }

        .history-tl-container ul.tl li {
            list-style: none;
            margin: auto;
            width: 100%;
            margin-left: 160px;
            min-height: 50px;
            /*background: rgba(255,255,0,0.1);*/
            border-left: 1px dashed #86D6FF;
            padding: 0 0 35px 25px;
            position: relative;
        }

            .history-tl-container ul.tl li:last-child {
                border-left: 0;
            }

            .history-tl-container ul.tl li::before {
                position: absolute;
                left: -10px;
                top: -5px;
                content: " ";
                border: 8px solid rgba(255, 255, 255, 0.74);
                border-radius: 500%;
                background: #258CC7;
                height: 20px;
                width: 20px;
                transition: all 50ms ease-in-out;
            }

            .history-tl-container ul.tl li:hover::before {
                border-color: #258CC7;
                transition: all 1000ms ease-in-out;
            }

ul.tl li .item-title {
    min-width: 110%;
    top:-7px;
}

ul.tl li .item-detail {
    color: rgba(0,0,0,0.5);
    font-size: 12px;
}

ul.tl li .timestamp {
    color: #8D8D8D;
    position: absolute;
    width: 100%;
    right: 108%;
    text-align: right;
    font-size: 12px;
    /*top: -7px;*/
}
.tabcontent-box {
    background-color: #ffffff;
    min-height: 278px;
    width: 100%;
    box-shadow: #9e9e9e 1px 1px 2px 1px;
    padding: 25px 35px;
    border-radius: 4px;
}
