.box {
    padding: 10px;
    border: 1px solid #888;
    width: 120px;
    height:120px;
    background-color: #f5f5f5;
    
    font-size: 12px;
    hyphens: auto;
    float: left;
    font-size: 12px;
    border-radius: 10px;
    margin-bottom: 10px;
	line-height:14px;
}

.box:hover {
    background-color: #f0f0f0;
}

#userMap {
    overflow-x: auto;
    overflow-y: auto;
    padding: 20px;
    max-width: 1200px;
}

#userMap .active {
    background-color: #d6f5d6;
    border:1px solid #555;
    font-weight: normal;
}

#userMap .active a {
    color: #000000;
  }

#userMap a {
    text-decoration: none;
  }
  
#userMap a:hover {
    text-decoration: none;
  }

div.arrow {
    max-width: 100px;
    margin-left: 14px;
    margin-right: 2px;
    font-size: 20px;
}

div.content {
    max-width: 110px
}

#userMap div.arrow, #userMap div.content {
    float: left;
}

.clearfix {
    clear: both;
}

#userMap div.arrow {
    position: relative;
    top: 35px;
}

.box1 {
    margin-left:0px;
}

/*  adjust arrow spacing via this
div.box.box1 {
    margin-left: -20px;
}   */

.box {
    box-shadow: 4px 4px 6px #dedede;
}
