.battle_pod {width: 100%; border: 1px black solid; background-color: #3c328b;}
.battle_title_img {display: inline-block; vertical-align: middle; margin-right: 20px}
.battle_title {display: block; height: 36px; width: 100%; font-size: 16px; border: 1px black solid; color: white; position: relative}
.title_smaller {font-size: 12px }
.battle_block {padding: 2px; display: inline-block; margin: 0; border: 1px black solid; background-color: lightblue}
.battle_block_title {font-weight: bold; text-align: center; color: black}
.battler_box {width: 50%; display: inline-block; }
.battler  {width: 100%; display: block; height: 120px; position: relative; border: 1px solid lightgray; text-align: center; background-color: white}
.battler_pick_left {position: absolute; bottom: 3px; right: 3px; margin: 0; }
.battler_pick_right {position: absolute; bottom: 3px; left: 3px; margin: 0; }
.battle_vote {text-align: center; color: white; position: relative}
.battle_vote_notes {position: absolute; bottom: 2px; right: 5px; margin: 0; font-size: 8px; }
.battle_vote_notes a {color: white}
.battler_pick {color: black; background-color: lightsteelblue; display: inline-block; font-size: 14px; font-weight: bold; line-height: 14px; margin: 0px; outline: 0px none; padding: 1px 5px; text-align: center; vertical-align: middle;  border-radius: 4px}
.battler_picked {background-color: gold}
.battle_vote_button {display: inline-block; font-size: 14px; font-weight: bold; line-height: 14px; margin: 0px; padding: 3px 5px; text-align: center; vertical-align: middle;}
.no_picks {disabled: true;}
.battle_results {color: black; font-size: 20px; font-weight: bold; text-align: center}
.detailed_results {font-size: 14px; text-align: center}
.detailed_results a {color: black}
@media (min-width: 980px)
{
	.battle_block {width: 25%; }
	.bb_half {width: 50%; }
}
@media (min-width: 480px) and (max-width: 980px)
{
	.battle_block {width: 50%; }
	.min_collapse {font-size: 12px; }
	.bb_half {width: 50%; }
	.battler  {height: 100px;}
}
@media (max-width: 480px)
{
	.battle_block {width: 100%; }
	.min_collapse {display: none}
	.bb_half {width: 100%; }
	.battler  {height: 80px;}
}
