.map_container {
    position: relative;
    float: left;
    width: 100%;
    min-height: 500px;
    display: inline-block;
    z-index: 5;
    overflow: auto;
    
}

.map_container img {
    width: 1200px;
    z-index: 15;
}
.map_container .info {
    position: absolute;
    display: inline-block;
    z-index: 50;
    border-style: ridge;
    border-width: 3px;
    background-color: white;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12pt;
}

.Aroer, .Pallu, .Yoel, .Aedui, .Yetser, .Yoab, .Atrebates, .Imnah, .Regni, .Menashe, 
.Sallu, .Massilia, .Sered, .Tahat, .Boii, .Joseph, .Meldi, .Parisii, .Catalan, .Samnites, .Eber, .Dan, .Remi, .Caleti {
    position: absolute;
    z-index: 30;
    border-style: dotted;
    border-width: 5px;
    border-color: red;
    height: 2em;
    width: 10em;
    padding-left: 10px;
    font-weight: bold;
    cursor: help;
}

.line_vert {
    position:absolute;
    border-left-style: dotted;
    position: absolute;
    border-left-width: 5px;
    border-left-color: red;
}

.line_horiz {
    position: absolute;
    border-top-style: dotted;
    border-top-width: 5px;
    border-top-color: red;
}

.rGreek {
	font-family: 'NewAthenaFont';
	font-size: 12pt;
	position: relative;
}

.q2 {
	vertical-align: super;
	font-size: 8pt;
} 

