@font-face{
    font-family: 'robotoFont';
    src: url('./fonts/Roboto-Regular.ttf') format("truetype");
 }
 
#title, #subtitle, #ranges, #source, #country_name{
    font-family: 'robotoFont';
}

#country_name{
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin: auto;
}

#footer{
    margin-top: 5px;
}

iframe{
    height:495px;
    border: none;
}
.chartup{
    width:100%;
    height:380px
}
.chartup2{
    width:100%;
    height:365px
}
.chartbottom{
    width:100%;
    height:350px
}
.chartbottom2{
    width:100%;
    height:330px
}

/* Download Button */
#downloadBtn{
    cursor: pointer;
    float: right;
    color: #B5B5B5;
}
#downloadBtn:hover{
    color: #000000;
}

/* Loading spinner */
.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid;
    width: 25px;
    height: 25px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin:auto;
}
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



#holder{
    width: 1202px;
    margin: auto;
    /* height: 1200px; */            
    /* border-style: solid;
    border-color: brown; */            
}
.navbar{
    /* border-style: solid;
    border-color: blue; */
    margin: auto;
    padding: 0;
    width: 1201px;
}
#imgA{
    width: 1200px;
    /* height: 200px; */
    display: block;
    margin: 0;
    /* border-style: solid;
    border-color: yellow; */
}
#context{
    border-style: solid;
    border-color: #eeeeee;
    border-radius: 10px;
    border-width: 2.5px;
    margin-right: 0;
    margin-left: 0px;
    margin-top: 5px;
    padding: 20px;
    width: 1200px;
}
#target{
    border-style: solid;
    border-color: gainsboro;
    border-width: 2.5px;
    margin-right: 10px;
    padding: 0px;
    width: 350px;
    height: 450px;border: none;;
}
#flo{
    /* float: left; */
    margin-bottom: 0px;
    border-style: solid;
    border-color: orange;
    border-width: 1px;
}
#flo1{
    /* float: left; */
    margin-top: 10px;            
    border-style: solid;
    border-color: orange;
    border-width: 1px;
}
#flo2{
    /* float: left; */
    margin-top: 10px;
    margin-left: 10px;
    border-style: solid;
    border-color: orange;
    border-width: 1px;
}
#goal{
    background-color: rgb(107, 105, 105);
    padding: 10px;
    margin: 0;
    color: white;
}
#target1{
    width: 60px;
    height: 60px;
    /* height: 200px; */
    display: block;
    margin: 0;            
    /* float: left; */
    /* border-style: solid;
    border-color: yellow; */
}
#goalP{
    margin-top: 15px;
    margin-bottom: 0;
    margin-left:10px;
    width:240px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: 520;
    font-size: 15px;
}
#targetP{
    margin-top: 0;
    margin-bottom: 0;
    margin-left:10px;
    width:240px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#targetHead{
    margin-top: 0;
    margin-bottom: 0;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
p{
    font-family:Arial, Helvetica, sans-serif;
}

