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

input.form-control, .input-group {
    margin-bottom: 10px;
}

html body {
    background-color: rgba(232,232,232,0.4);
}

div.container {
    padding: 10px;
    border-radius: 15px;
}

body {
    padding-top: 70px;
    padding-bottom: 70px;
}

.nav form.navbar-form button[type="submit"] {
    vertical-align: top;
}

.navbar-fixed-bottom .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar-fixed-bottom .navbar-collapse {
    text-align: center;
}


ul.nav {
    display: block;
    padding: 0;
    font-size: 0;
    line-height: 60px;
    text-align: left;
    word-spacing: 7px;
}

ul.nav li:hover {
    box-shadow: 0px 0px 5px #999;
    top: -1px;
    position: relative;
}

ul.nav li {
    display: inline-block;
    padding: 10px;
    border: 1px solid #999;
    border-radius: 10px;
    width: 200px;
    word-spacing: 0px;
    margin-right: 8px;
    vertical-align: top;
    margin-bottom: 15px;
    background-color: #fff;
}

ul.nav a.image {
    display: block;
    width: 100%;
    height: 115px;
    text-align: center;
}

ul.nav a.image + a, ul.nav a.image:visited + a {
    color: #000;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    display: block;
    height: 35px;
    line-height: 20px;
}


a:hover, a:focus {
    background-color: #fff !important;
}

.preview-wrapper {
    background: #ffffff;
    display: table;
    overflow: visible;
    padding: 20px 20px;
    border: solid 1px black;
}
.faq-wrapper {
    display: table;
    overflow: visible;
}

.form-wrapper {
    padding-right: 30px;
    border-right: solid black 1px;
}

.layout2 {
    display: none;
}