th
{
border-bottom: 1px solid #d6d6d6;
}
tr:nth-child(even)
{
background:#e9e9e9;
}
td
{
	padding-top:5px;
	padding-bottom:5px;
}

#results table, #matches table {
    display: table;
    border-collapse: separate;
    border-spacing: 0px;
	width:100%;
}

#results table td{
	padding:12px;
}

#matches table td{
	padding: 5px;
}

#results table th, #matches table th{
	padding:12px;
	color:white;
	background:#38c;
	text-shadow:none;
}

#matches table th {
	padding:5px;
}


@media only screen
        and (min-device-width: 320px)
        and (max-device-width: 480px)
        and (orientation: portrait) 
{

    .rotateMessage {
		display:block;
    }
	.landscapeContent
	{
		display:none;
	}
}

@media only screen
       and (orientation: landscape) 
{
    .rotateMessage {
		display:none;
    }
	.landscapeContent
	{
		display:block;
	}
}

.ui-slider-switch { width: 10em !important }

.ui-loader-background {
    width:100%;
    height:100%;
    top:0;
    margin: 0;
    background: rgba(0, 0, 0, 0.0);
    display:none;
    position: fixed;
    z-index:100;
}

.ui-loading .ui-loader-background {
    display:block;
}


@media (max-width: 35em)
{
	.ui-table-reflow.ui-responsive td, .ui-table-reflow.ui-responsive th {
	  width: auto;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  float: none ;
	  clear: left;
	  display: table-cell;
	}
}

.ui-table-columntoggle-btn
{
	display:none !important;
}

#dynamic-results table, #dynamic-matches table{
	background-color: #f9f9f9;
    width: 100%;
    border-collapse: separate !important;
	margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
	box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
	display: table;
}

#dynamic-results img, #dynamic-matches img{
    max-height: 25px;
    max-width: 25px;
    vertical-align: middle;
    width: auto;
    display: inline-block;
    padding: 0px;
    text-align: center;
}

#dynamic-results th, #dynamic-matches th {
	text-align: left;
}
