body {
    max-width: 640px;
    -webkit-user-select:none;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

html {
    background: #fff;
}

input,
textarea,
select {
    border: solid 1px #8da5a8;
    border-radius: .5em;
    -moz-border-radius: .5em;
    box-shadow: inset 1px 3px 3px #e9ecec;
    -moz-box-shadow: inset 1px 3px 3px #e9ecec;
    -webkit-box-shadow: inset 1px 3px 3px #e9ecec;
    margin-left:1em;
    padding: 1px 2px;
    position: relative;
    top: -3px;
    vertical-align: middle;
}

textarea {
    padding-top: 3px;
}

/* BEGIN Common styles from different stylesheets */

.wide .icon {
    width: 20%;
}

.wide .title {
    width: 72% !important;
}

.wide2 .icon {
    width: 27%;
}

.wide2 .title {
    width: 65% !important;
}

.wide3 .icon {
    width: 34%;
}

.wide3 .title {
    width: 58% !important;
}

#fishInfo img {
    max-width: none;
}

#prodSelection .title {
    display: block;
    margin:0;
    min-height: 50px;
    padding-left: 1em;
    padding-right: 5%;
    width: auto;
}

#prodSelection .title div {
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.productNameDetail {
    font-weight: normal;
}

#loadRating {
    background: white;
    background: rgba(256, 256, 256, 0.6);
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.ratStarsC {
    text-align: center;
}

#legal {
    padding: 0px 3%;
}

#legal p,
.f80 {
    font-size: 80%
}

ul {
    font-size: 120%;
}

#productnavi {
    font-size: 140%;
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
}
.navibox ul li {
    height: 35px;
    line-height: 35px;
}
#countryflag img {
    float: none;
}

#dpl .title {
    font-size: 120%;
    line-height: 150%;
    white-space: normal;
}

#fairt_nocode .icon, #fairt .icon {
    height: 40px;
}

#fairt .text,
#fairt_nocode .text {
    font-size: 110%;
    margin-left: 15%;
}

#fairt_nocode .text {
    top: -25px;
    position: relative;
    margin-bottom: -25px;
}

#info .text,
#grp .text,
#vz .text {
    font-size: 120%;
    line-height: 120%;
    margin-top: .5em;
    text-align: justify;
}

#recipes .icon {
    background-size: auto 100% !important;
    height: 40px;
}

#recipes .text {
    font-size: 120%;
    min-height: 40px;
    margin-left: 15%;
}

#tinCampaign .more_tin {
    margin-top:25px;
}
