.shipping_container {
    max-width: 650px;
    height: auto;
    margin: auto auto;
}
/* unvisited link */
.container a:link {
    color: black;
    text-decoration: underline;
}
  
/* visited link */
.container a:visited {
    color: black; 
}
  
/* mouse over link */
.container a:hover {
    color: #0f5f9a;
    background: transparent;
}

/* selected link */
.container a:active {
    color: black;
    background: transparent;
}
footer {
    width: 100%;
}
html, body {
    height: 100%;
    font-family: sans-serif;
}
#wrap {
    min-height: 100%;
}
footer {
    width: 100%;
    position: relative;
}
.bottom {
    text-align: center;
}
.bottom p{
    margin: 1%;
}
.bottom a{
    margin: 0% 3%;
}
.bottom a:link {
    color: black;
    text-decoration: underline;
}
  
/* visited link */
.bottom a:visited {
    color: black; 
}
  
/* mouse over link */
.bottom a:hover {
    color: #0f5f9a;
    background: transparent;
}
  
/* selected link */
.bottom a:active {
    color: black;
    background: transparent;
}