.table-matricula{
    width: 20%;
}

.html5buttons{
    float: right;
}

.html5buttons a{
    margin-bottom: 10px !important;
    font-size: 12px;
}

.tableLength{
    padding-top: 10px;
    padding-bottom: 8px;
}

.last-tab-row{
    margin-bottom: 100px;
}

.footer{
    min-height: 60px;
    background-color: #f5f5f5;
    overflow: hidden;
}

.separator{
    border-top: 1px dotted rgba(0,0,0,0.1);
    margin: 55px 0;
}

/** Mapael **/
.mapael-container{
    max-width: 900px;
    margin: 20px auto;
}
.mapael .map {
    position: relative;
}
.mapael .mapTooltip {
    position: absolute;
    background-color: rgba(0,0,0,0.8);
    border-radius: 10px;
    padding: 10px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    color: #fff;
    font-size: 12px;
    /*line-height: 20px;*/
}
.mapael .mapTooltip b{
    font-size:15px;
}
