.centerText {
    text-align:center
}

.wifinsFooter {
    /*width:100%;*/
    background-color:#e6f2ff;
    padding:10px 0;
}

img.center-img {
    border:0;
    display:block;
    margin-left:auto;
    margin-right:auto
}

.buttonImages {
    display:block;
    width:120px;
    height:auto;
    padding:10px 0 20px 0;
    margin:auto
}

.externalImages {
    max-width:230px;
    width:100%;
}

.buttonContainer {
    text-align:center;
    padding:10px 0;
}

a {
    text-decoration:none
}

a:link {
    color:inherit;
}

a:visited {
    color:inherit;
}

#top-link-block.affix-top {
    position:absolute; /* allows it to "slide" up into view */
    bottom:-82px;
    right:10px;
    opacity:0.5;
}

#top-link-block.affix {
    position:fixed; /* keeps it on the bottom once in view */
    bottom:18px;
    right:10px;
    opacity:0.5;
}

#top-link-block.affix:hover{
    opacity:1;
}

@media (min-width: 768px) {
    .wifinsFooter {
        border-radius:4px;
    }
}

@media only screen and (max-device-width: 680px) {
    body {
        font-size:1.3em;
    }

    .wifinsFooter img {
        width:auto;
        height:120px;
        padding:10px 0;
        margin:auto
    }
}