@charset "UTF-8";
body {
    background-image: url("apiee.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom left;
}
#api_info {
    padding: 10px;
    border-color: #f2f2f2;
    border-width: medium;
    border-style: dotted;
}

.info_email {
    float: right;
    text-decoration: none;
    color: #f2f2f2;
}
.btnHeader{
    color: white;
}
.btnHeader:hover{
    background-color: red;
}

#footer {
    color: red;
    font-size: 80%;
    position:fixed;
    bottom:0;
    padding-bottom:5px;
    padding-left:5px;
}

#footer > p {
    display: none;
}

.footer {
    margin-bottom: 20px !important;
}


/*body {*/
    /*background: url("apiee.png") no-repeat fixed bottom left !important;*/
    /*background-size: 50% !important;*/
/*}*/

/*#api_info {*/
    /*padding: 10px !important;*/
    /*border-color: #f2f2f2 !important;*/
    /*border-width: medium !important;*/
    /*border-style: dotted !important;*/
/*}*/

/*.info_email {*/
    /*float: right !important;*/
    /*text-decoration: none !important;*/
    /*color: #f2f2f2 !important;*/
/*}*/

/*.btnHeader {*/
    /*color: white !important;*/
/*}*/

/*.btnHeader:hover {*/
    /*background-color: red !important;*/
/*}*/

/*#footer {*/
    /*color: red;*/
    /*font-size: 80%;*/
    /*position: fixed;*/
    /*bottom: 0;*/
    /*padding-bottom: 5px;*/
    /*padding-left: 5px;*/
/*}*/