#ot{
	width:calc(100% - 20px);
	margin-left:10px;
	margin-bottom:30px;
	color: #5A2800;
	font-family: Arial, Helvetica, sans-serif;
}

#ot_header{
	width:100%;
	height:32px;
	margin-top:10px;
	position:relative;
	text-align:center;
	font-family: Martel, Tahoma, Geneva, sans-serif;
	font-size:32px;
}

#ot_search{
	width:180px;
	height:26px;
	background-color: #FFF2db;
	padding-left:10px;
	padding-right:10px;
	position:absolute;
	top: -13px;
    right: 10px;
}

#ot_search input[type=text]{
	width: calc(100% - 40px);
    height: 16px;
    background-color: rgba(255,255,255,0.3);
    padding: 4px;
    border: solid 1px #c4b091;
    border-right: 0;
    box-sizing: content-box;
    margin: 0px;
    outline: 0;
    color: #5A2800;
    float: left;
}

#ot_find_search{
	width: 16px;
    height: 16px;
    background-color: rgba(255,255,255,0.3);
    padding: 4px;
    border: solid 1px #c4b091;
    border-left: 0;
    box-sizing: content-box;
    float: left;
    cursor: pointer;
}

.ot_section{
	width: calc(100% - 42px);
    border: solid 1px #d9c5a6;
    border-radius: 1px;
    margin-top: 20px;
    padding: 20px;
    position: relative;
}

.ot_section_header{
	height: 14px;
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    top: -7px;
    left: 10px;
    background-color: #fef0d9;
    font-size: 12px;
    font-weight: bold;
}

.ot_row{
	width:100%;
	margin-top:5px;
}
.ot_row:first-child{
	margin-top:0;
}

.ot_commands{
	width:100%;
}

.ot_command{
	width: calc(100% - 16px);
    padding: 8px;
}
.ot_command:nth-child(odd) {
    background-color: #d4c0a1;
}
.ot_command:nth-child(even) {
    background-color: #f1e0c6;
}

.ot_command_base{
	font-size:13px;
	font-weight:bold;
	float:left;
}

.ot_command_example{
	font-size:12px;
	margin-top:1px;
	float:right;
}

.ot_coin_column{
	width:16.66%;
	padding-top:5px;
	padding-bottom:10px;
	float:left;
}

.ot_coin_image{
	width:32px;
	height:32px;
	margin:0 auto;
}
.ot_coin_image img{
	width:32px;
	height:32px;
}

.ot_coin_name{
	width:calc(100% - 10px);
	margin-left:5px;
	margin-top:5px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

.ot_coin_value{
	width:calc(100% - 10px);
	height:12px;
	margin-left:5px;
	margin-top:5px;
	font-size:12px;
	text-align:center;
}

.ot_coin_shortened{
	width:calc(100% - 10px);
	height:12px;
	margin-left:5px;
	margin-top:5px;
	font-size:11px;
	text-align:center;
}

.ot_auctions{
	width:100%;
	margin-top:5px;
}

.ot_auction_row{
	width: calc(100% - 24px);
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ot_auction_row:nth-child(odd) {
    background-color: #d4c0a1;
}
.ot_auction_row:nth-child(even) {
    background-color: #f1e0c6;
}

.ot_auction_image{
	width:32px;
	height:32px;
}

.ot_auction_name{
	width:calc(100% - 392px);
	margin-left:10px;
	font-size:13px;
	text-align:center;
}

.ot_auction_cost{
	width:110px;
	margin-left:10px;
}

.ot_auction_cost_amount{
	width:100%;
	text-align:center;
}
.ot_auction_cost_value{
	width:100%;
	font-size:11px;
	text-align:center;
}

.ot_auction_seller{
	width:90px;
	margin-left:10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align:center;
}

.ot_auction_command{
	width:120px;
	margin-left:10px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

@media screen and (max-width: 576px) {
	.ot_section{
		width: calc(100% - 10px);
		padding: 20px 5px;
	}
	.ot_auction_cost_value{
		display:none;
	}
	.ot_coin_value{
		display:none;
	}
	.ot_coin_shortened{
		display:none;
	}
	.ot_auction_name{
		width:calc(100% - 192px);
	}
	.ot_auction_cost{
		width:60px;
	}
	.ot_auction_seller{
		width:0;
		margin-left:0;
	}
	.ot_auction_command{
		width:70px;
	}
}
