.pageFooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45px;
}

.page-container {
    position: relative;
    min-height: CALC(100vh - 1px);
    padding-bottom: 45px;
}

.offer-item   {

border-radius: 5%;
margin-right: 15px;
margin-left: 15px;
margin-bottom: 20px;
margin-top: 0px;

display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.offer-open
{
border: 8px solid #86AED1;
}

.offer-decline
{
border: 8px solid #e9896a;
}

.offer-accepted
{
border: 8px solid #7eca9c;
}

.page-container {
  position: relative;
  min-height: CALC(100vh - 1px);
}


.pageFooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45px;
}



@media (max-width: 575px) {
	.offer-button
{
width: 100%;
}

}

