.section-horizontal-wrap {
    text-align:center;
    margin-bottom:10px;
}
span.section-horizontal {
    color:#3f6a24;
    font-size: 0.9rem;
    font-weight: bold;
}
.section-sell, .section-sell-right, .section-sell-left {
    border: solid 1px #3f6a24;
	background-color:#b1cba6;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 190px;
}
.section-sell, .section-sell-left {
    border-right-width: 0;
}
.section-sell-right {
    border-right-width: 1px;
}
.section-sell-left {
    margin-left:1.3%;
}
@media (orientation: portrait){
	.section-horizontal-wrap {
	    margin-left: 15px;
	    margin-right: 15px;
	}
	.section-sell, .section-sell-right, .section-sell-left {
		width: 335px;
		background-color:#b1cba6;
		/*background-color: lightblue;*/
		border-right-width: 1px;
	}
	.section-sell-left {
		margin-left:0;
	}
} /* @media 1600px */
@media (orientation: landscape){
    .section-sell, .section-sell-right, .section-sell-left {
        /*width: 14%;
        width: 10.83em;*/
        width: 190px;
        background-color:#b1cba6;
    }
    /*
    @media (max-width: 720px) {
        .section-sell, .section-sell-right, .section-sell-left {
            width: 230px;
        }
        .section-sell-left {
            margin-left:2.3%;
        }
    }
    */
}
