#volcanostate {
    fill: #bfb6a8;
    stroke: white;
    stroke-width: 1px;
    stroke-linejoin: round;
    stroke-linecap: round;
    pointer-events: all;
}
#volcanocities {
    fill: #58585b;
    pointer-events: none;
}
.volcanolabels {
    font-size: 12px;
    pointer-events: none;
    fill: #373737;
    font-family: myriad pro, myriad, sans-serif;
}
.volcanoNames {
    font-size: 13px;
    font-weight: bold;
    pointer-events: none;
    fill: #373737;
    text-shadow: 3px 3px 5px rgba(150, 150, 150, 1);
    font-family: myriad pro, myriad, sans-serif;
}
.volcanoArea{
    fill: #77748B;
    fill-opacity: 0.8;
    pointer-events: all;
}
.volcanoes{
    fill: #2a2a2a;
    box-shadow:3px 3px 5px rgba(150, 150, 150, 1);
}
.tip{
    pointer-events:all;
    line-height: 1.25;
    font-family: arial, sans-serif;
    padding: 12px;
    background: rgba(244, 243, 255, 0.9);
    color: #4a4a4a;
    border-radius: 2px;
    text-align: left;
    position: fixed;
    -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    -moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    -webkit-box-shadow: 3px 4px 2px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 4px 3px 0 rgba(0,0,0,0.75);
    box-shadow: 3px 4px 3px 0 rgba(0,0,0,0.75);
    -webkit-transition: width .1s, height .1s, transform .3s, opacity .2s;
    -moz-transition: width .1s, height .1s, transform .3s, opacity .2s;
    transition: width .1s, height .1s, transform .3s, opacity .2s;
    width: 60%;
    height: 50%;
    top: 20%;
    left: 20%;
    right: 20%;
    bottom: 20%;
    z-index: 99;
}
@media only screen and (max-device-width: 740px){
    .tip{
        width: 100% !important;
        height: 100%!important;
        top: 0!important;
        left: 0!important;
        right: 0!important;
        bottom: 0!important;
    }
}
#volcanoInfo{
    width: 100%;
    height: 100%;
}
.tip img{
    padding: 5px;
}
.close{
    pointer-events:all;
    font-size: 90%;
    cursor: pointer;
    float: right;
    position: relative;
    margin: 0;
    margin-right: 3%;
    padding: 10px;
}
.header{
    font-size: 150%;
    padding: 5px;
    text-align: left;
    vertical-align: middle;
}
.volcanoScroll{
    width: 98%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 75%;
    margin: 0 auto;
}
.accordionClosed{
    display: none;
}
.headerRows, .headerRowsClick{
    padding-left: 10px;
    width: 95%;
    font-size: 110%;
    background: rgba(168, 164, 172, 0.5);
    padding: 5px;
    cursor: pointer;
}
.headerRows:before{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #666666;
    margin: 3px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.headerRowsClick:before{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #666666;
    margin:3px;
    -moz-transform: rotate(90deg);
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
}
.volcanoes:active{
    width: 100px;
    height: 100px;
}
.volcanoTitle{
    display: table;
    text-align: center;
    vertical-align: middle
}
.header{
    display: table-cell;
    text-align: center;
    vertical-align: middle
}
.tableCell{
    padding: 5px;
}
.tipLink{
    padding-bottom: 10px;
    padding-left: 10px;
    display: inline;
}
