body{
    background: #F0F0F0;
}

.container{
    position: absolute;
    width: 100%;
}

.box{
    margin: 0 auto;
    padding: 30px;
    float: none;
    margin-top:10px;
	margin-bottom: 10px;
    width: 100%;
    height: auto;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
    -ms-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
    -o-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}

.box h2{
    font-weight: 200;
    margin-bottom: 0px;
}

.box h4{
    margin-top: 0px;
    margin-bottom: 20px;
}


@media (min-width: 660px) {
  .box {
    width: 660px !important;
  }
}