
canvas { 
    display: block !important;
    
    z-index: -1 !important;
    width: 100% !important; 
    height: 100% !important;
    position: fixed !important;
    top:0 !important; 
    left:0 !important;
}


/*ff932a orage*/
@font-face {
    font-family: fontLight;
    src: url('../assets/fonts/light.otf');
}
@font-face {
    font-family: fontBold;
    src: url('../assets/fonts/bold.otf');
}
@font-face {
    font-family: fontMono;
    src: url('../assets/fonts/mono.ttf');
}

button{
    margin-top:5px;
    background-color: rgba(247, 126, 4, 0.3);
    color:white;
    border: 1px solid rgba(255,255,255, 0.3);
    font-family: bold;
    border-radius: 10px;
}

b{
    font-family: fontBold;
}

ul h1{
    font-size: 20px;
}
body{
    margin: 0;
    background-color: rgb(39, 39, 39);
    overflow: scroll;
}

a, a:visited, a:hover, a:active, a:focus{
    color:#ff932a;
}

a:hover{
    font-family: fontBold;
}

h1{
    font-family: fontBold;
    font-size: 24px;
}

h2{
    font-family: fontBold;
    font-size: 16px;
    color: rgb(202, 202, 202);
    margin: 0;
}

.navbar-brand{
    height: 44px;    
}

.container{
    max-width: 900px;
} 

.content{
    border-radius: 10px;
    background-color: rgba(39,39,39,0); 
    border:1px solid rgb(60, 60, 60);
    max-width: 900px;
    margin: 0 auto;
    margin-top: 20px;
    color: white;
    font-family: fontLight;
    padding:20px;
}

.item{
    float:left;
    width:33%;
    font-size: 12px;
}
.item p{
    padding:0 10px;
    /* text-align: justify;
    text-justify: inter-word; */
}
.item .title {
    display: flex;
    display: -webkit-flex;
}
.item .title p{
    margin: auto 0;
    color:#ff932a;
    font-family: fontBold;
    
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    width: 100%;
    padding-left: 0px !important;
    /* border:1px solid green; */
}
.item .title{
    height: 24px;
    margin-bottom: 5px;
    /* border:1px solid red; */
}
.item .title img{
    float: left;
    height: 100%;
    margin-right: 5px;
}
.progress_bar_bg{
    position: relative;
    height: 15px;
    width: 90%;
    background-color: rgb(70, 70, 70);
}

.progress_bar_fill{
    background-color: #ff932a;;
    width: 75%;
    height: 100%;
}
th{
    width:50%;
    padding:15px 0;
}

.yearLine{
    position: absolute;
    background-color:rgb(202, 202, 202);
    width: 1px;
    height: 100%;
    font-family: fontMono;
}
.yearLine1{
    left: 10%;
}
.yearLine2{
    left: 20%;
}
.yearLine3{
    left: 30%;
}
.yearLine4{
    left: 40%;
}
.yearLine5{
    left: 50%;
}
.yearLine6{
    left: 60%;
}
.yearLine7{
    left: 70%;
}
.yearLine8{
    left: 80%;
}
.yearLine9{
    left: 90%;
}
.yearNum{
    position: absolute;
    top:20px;
    font-size: 10px;
    font-family: fontMono;
}
.yearNum1{
    left: 9.5%;
}
.yearNum2{
    left: 19.5%;
}
.yearNum3{
    left: 29.5%;
}
.yearNum4{
    left: 39.5%;
}
.yearNum5{
    left: 49.5%;
}
.yearNum6{
    left: 59.5%;
}
.yearNum7{
    left: 69.5%;
}
.yearNum8{
    left: 79.5%;
}
.yearNum9{
    left: 89.5%;
}