/* Sticky footer styles
-------------------------------------------------- */
html
{
 min-height: 100%;
 position: relative;
}

body
{
 /* Margin bottom by footer height */
 margin-bottom: 60px;
}

.image-border
{
 border: solid 1px #AAAAAA;
 padding: 1px;
}

.footer
{
 position: absolute;
 bottom: 0;
 width: 100%;
 /* Set the fixed height of the footer here */
 height: 40px;
 background-color: #f5f5f5;
}

.row-buffer-top
{
 margin-top: 10px;
}

