﻿.AJOFooter {
    background-color: #FFC222;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    width: 100%;
    position: fixed;
    bottom: 0;
}

.phone .AJOFooter,
.tablet .AJOFooter {
    display: none;
}

.footer-text {
    color: #555;
}