﻿body {
}

#floatingRectangle {
    z-index: 1;
    position: fixed;
    left: 0;
    right: 0;
    width: 300px;
    bottom: 15px;
    height: 35px;
    padding: 4px;
    margin: auto;
    text-align: center;
}
