html, body, #viewDiv {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

#logo {
    top: 15px;
    color: #444;
    height:75px;
    font-family: arial;
    right: 10px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 150px;
    z-index: 40;
    border: solid 2px #666;
    border-radius: 4px;
    background-color: #fff;
    background-image:url("../images/logo_kgp.png");
    background-repeat: no-repeat;
    background-size: 150px 75px;
}
#description {
    top: 100px;
    color: #FFF;
    height: auto;
    font-family: arial;
    right: 10px;
    margin: 0;
    padding: 10px;
    position: absolute;
    width: 130px;
    z-index: 40;
    border: solid 2px #666;
    border-radius: 4px;
    background-color: #000;
    opacity: 0.6;
    text-align:center;
    font-weight:bold;
}
#legend {
    top: 90px;
    color: #FFF;
    height: 60px;
    font-family: arial;
    left: 10px;
    margin: 0;
    padding: 5px;
    position: absolute;
    width: 110px;
    z-index: 40;
    border: solid 2px #666;
    border-radius: 4px;
    background-color: #000;
    opacity: 0.8;
    text-align:left;
}
#legend .location{
    background-image:url("https://static.arcgis.com/images/Symbols/Shapes/BluePin1LargeB.png");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    font-size:11px;
    padding-left:20px;
    line-height:20px;
}
#legend .province{
    height: 10px;
    width: 10px;
    margin:5px 5px;
    background-color: orange;
    border-radius: 50%;
    float:left;
}
#legend .world{
    clear:both;
    height: 10px;
    width: 10px;
    margin:5px 5px;
    background-color: red;
    border-radius: 50%;
    float:left;
}
#legend .text{
    padding-left:20px;
    font-size:11px;
    margin:5px 0;
}
#legend .text2{
    padding-left:20px;
    font-size:11px;
    margin:8px 0 0;
}