﻿#barra {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-bottom: 20px;
    height: 5%;
    width: 100%;
    text-align: center;
    min-height: 15%;
    padding-top: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    z-index: 99999;
    overflow: auto;
}

#bt {
    color: #000000;
}

.inner {
    position: relative;
    width: 100%;
    left: 0px;
    right: 0px;
    padding-left: 5px;
    font-family: verdana;
    font-size: 14px;
    top: 16%;
}

    .inner button.ok {
        padding: 2px;
        color: #00ff2e;
        text-decoration: none;
    }

    .inner button.info {
        padding-left: 5px;
        text-decoration: none;
        color: #faff00;
        border: 0px;
    }
