body {
    background-color: #f1f1f1;
}

.snpt {
    height: 375px;
    border-radius: 4px;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

.snpt:hover {
    -webkit-box-shadow: 0 1px 1px 2px #e5e5e5;
    -moz-box-shadow: 0 1px 1px 2px #e5e5e5;
    box-shadow: 0 1px 1px 2px #e5e5e5;
}

.snpt > .snpt-img {
    width: 100%;
    height: 200px;
}

.snpt > .snpt-title > h2 {
    margin-top: 10px;
    font-size: 18px;
    color: #3e3e3e;
    height: 45px;
}

.snpt > .snpt-title > h2 a {
    color: #3e3e3e;
}

.snpt > .snpt-title > h2 a:hover {
    text-decoration: underline;
}

.snpt > .snpt-ingredients {
    font-size: 13px;
    color: #737373;
}

.snpt > .snpt-ingredients a {
    color: #737373;
    text-decoration: none;
}

ul.square {
    list-style-type: none;
}

ul.square li:before {
    color: #999999;
    font-family: 'FontAwesome';
    content: '\f0c8';
    margin-right: 5px;
    margin-left: -15px;
    font-size: 9px;
    vertical-align: middle;
}

ul.square h4 {
    display: inline;
}

.new-review {
    height: 300px;
    vertical-align: middle;
    text-align: center;
}

.post-new-review {
    position: relative;
    top: 25%;
}

.img-container {
    width: 100%;
    height: 220px;
}

img {
    width: 100%;
    height: 100%;
}

.account-snippet {
    height: 80px;
    color: #222;
    padding: 10px;
    font-size: 18px;
}

.main-header {
    text-align: center;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: auto;
    min-height: 1000px;
}

.home-h1 {
    color: #fff;
    font-size: 72px;
    text-shadow: 0 0 5px #222
}

.manga-h1 {
    color: darkblue;
    font-size: 48px;
    text-shadow: 0 0 5px #222
}

.mybtn.active, .mybtn.focus, .mybtn:active, .mybtn:focus, .mybtn:hover, .open > .dropdown-toggle.mybtn {
    color: #fff;
    background-color: #20c927;
    border-color: #ac2925
}

.mybtn.active, .mybtn:active, .open > .dropdown-toggle.mybtn {
    background-image: none
}

.mybtn.disabled, .mybtn.disabled.active, .mybtn.disabled.focus, .mybtn.disabled:active, .mybtn.disabled:focus, .mybtn.disabled:hover, .mybtn[disabled], .btn-danger[disabled].active, .mybtn[disabled].focus, .mybtn[disabled]:active, .mybtn[disabled]:focus, .mybtn[disabled]:hover, fieldset[disabled] .mybtn, fieldset[disabled] .mybtn.active, fieldset[disabled] .mybtn.focus, fieldset[disabled] .mybtn:active, fieldset[disabled] .mybtn:focus, fieldset[disabled] .mybtn:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.mybtn .badge {
    color: #d9534f;
    background-color: #fff
}