/**
*
* @package phpBB Holdem Póker
* @version $Id$
* @author 2011-2022 KillBill
* @copyright (c) 2014-2022 https://jv-arcade.com/ - https://jv-arcade.com/contact
* @license https://jv-arcade.com/License.html JVA License v1
*
*/

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
{
	.poker_inner li.header dt {
		display: none !important;
	}

	.poker-enable, ul.topiclist li.header dd.poker-enable, .poker_inner li.row dt, .poker_inner li.row dd {
		display: block !important;
		width: 100% !important;
		border-left: none !important;
	}

	table.poker_table tbody td {
		border: none;
		padding: 4px;
	}

	.poker_game_stats .poker_stat_data {
		vertical-align: top;
		text-align: left;
	}
}
