#content.prodContent .contentNavi.subNavi {
    background-color: #ffffff;
    background-image: none;
    border-color: #b39253;
}

#center #contentOuterContainer .contentContainer #content.prodContent,
body.village1 #center #contentOuterContainer #content.prodContent {
    background-color: #ffffff;
    padding: 90px 30px 30px 0;
}

#content.prodContent .contentNavi.subNavi + .productionContainer,
#content.prodContent .contentNavi.subNavi + .cropBalanceContainer {
    margin-top: 15px;
}

#content.prodContent .productionContainer,
#content.prodContent .cropBalanceContainer {
    position: relative;
    float: right;
    width: 100%;
    box-sizing: border-box;
}

#content.prodContent .total.productionContainer {
    margin-top: 20px;
    clear: both;
}

#content.prodContent .productionContainer h4 {
    margin-bottom: 10px;
}

#content.prodContent .productionPerHour,
#content.prodContent .productionPerHourTotal,
#content.prodContent .balanceCropBalancePart {
    width: 304px;
    float: right;
    box-sizing: border-box;
}

#content.prodContent .productionBoostSpeechBubble,
#content.prodContent .fluidSpeechBubble {
    float: left;
    width: 230px;
    margin-top: 2px;
    box-sizing: border-box;
}

#content.prodContent .cropBalanceContainer .productionBoostSpeechBubble {
    position: relative;
    height: 160px;
}

#content.prodContent .fluidSpeechBubble {
    min-height: 55px;
}

#content.prodContent .productionBoostSpeechBubble .speechArrowBack {
    bottom: auto;
    top: 26px;
}

#content.prodContent .productionBoostSpeechBubble h5 {
    margin-bottom: 3px;
}

#content.prodContent .productionBoostSpeechBubble td {
    padding: 3px 5px;
}

#content.prodContent .productionContainer .productionBoostResourceSpeechBubble,
#content.prodContent .cropBalanceContainer .productionBoostResourceSpeechBubble {
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
}

#content.prodContent .productionBoostResourceSpeechBubble .speechArrowBack {
    top: auto;
    bottom: 23px;
}

#content.prodContent .cropBalanceContainer .productionBoostResourceSpeechBubble .speechArrowBack {
    bottom: 10px;
}

#content.prodContent .productionBoostResourceSpeechBubble .productionBoostSpeechBubbleFurtherInfo {
    font-style: italic;
    font-size: 11px;
}

#content.prodContent .productionBoostResourceSpeechBubble p {
    margin: 5px;
}

#content.prodContent .productionPerHour table,
#content.prodContent .productionPerHour tr,
#content.prodContent .productionPerHour td {
    border-collapse: collapse;
    border: 1px solid #d6d6d6;
}

#content.prodContent .productionPerHour table thead td {
    text-align: right;
    padding: 6px 9px 3px;
}

#content.prodContent .productionPerHourTotal .row_table_data tr {
    line-height: 13px;
}

#content.prodContent .productionPerHour table .productionSum td {
    font-weight: bold;
}

#content.prodContent .cropBalanceContainer table .numberCell,
#content.prodContent .productionContainer table .numberCell {
    text-align: left;
    vertical-align: bottom;
    width: 5%;
    white-space: nowrap;
}

#content.prodContent .productionContainer .productionBoostSpeechBubble .numberCell {
    white-space: nowrap;
}

#content.prodContent .cropBalanceContainer .balanceCropBalancePart .subtotal td,
#content.prodContent .productionContainer .productionPerHourTotal .subtotal td {
    border-bottom: 1px solid black;
}

#content.prodContent .cropBalanceContainer .balanceCropBalancePart .total td,
#content.prodContent .productionContainer .productionPerHourTotal .total td {
    white-space: nowrap;
    border-bottom: 3px double black;
}

#content.prodContent .cropBalanceContainer .balanceCropBalancePart {
    margin-bottom: 10px;
}

#content.prodContent .cropBalanceContainer .balanceTroops {
    background-color: #e7e7e7;
    border-radius: 5px;
}

#content.prodContent .cropBalanceContainer .balanceTroops table,
#content.prodContent .cropBalanceContainer .balanceTroops tr,
#content.prodContent .cropBalanceContainer .balanceTroops td {
    border-collapse: collapse;
    background-color: #e4e4e4;
    padding: 4px 0 3px;
}

#content.prodContent .cropBalanceContainer .balanceTroops .troopLabel {
    padding-right: 32px;
}

#content.prodContent .cropBalanceContainer .emptyStorageSpeechBubble {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 205px;
}

#content.prodContent .cropBalanceContainer .emptyStorageSpeechBubble p {
    margin: 2px;
}

#content.prodContent .cropBalanceContainer .emptyStorageSpeechBubble .fluidSpeechBubble .speechArrowBack {
    top: auto;
    bottom: 12px;
}

#center #contentOuterContainer .contentContainer.prodPage {
    background-color: #ffffff !important;
}
#center #contentOuterContainer .contentContainer.prodPage {
    border-radius: 10px;
}

#center #contentOuterContainer .contentContainer #content.prodContent,
body.village1 #center #contentOuterContainer #content.prodContent {
    border-radius: 10px;
}