﻿td.numeric, th.numeric { text-align: right; }
td.date, th.date { text-align:center; }

#flip-scroll table thead tr th {
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}
#flip-scroll table thead tr td {
    padding-left: 5px;
    padding-right: 5px;
}

@media only screen and (max-width: 800px) {
	#flip-scroll .cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
	#flip-scroll * html .cf { zoom: 1; }
	#flip-scroll *:first-child+html .cf { zoom: 1; }
	
	#flip-scroll table { width: 100%; border-collapse: collapse; border-spacing: 0; }
 
	
	#flip-scroll td { margin: 0; vertical-align: top;   height: 40px; border-bottom: 1px solid #c5c5c5;padding-left:5px;padding-right:5px;}

	
	#flip-scroll table { display: block; position: relative; width: 100%; }
	#flip-scroll thead { display: block; float: left; }
	#flip-scroll tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
	#flip-scroll thead tr { display: block; }
    #flip-scroll th {
        display: block;
        text-align: left;
        height: 40px;
        font-size: 12px;
        font-weight: 700;
        color: #999;
        background: #f7f7f7;
        border-bottom: 1px solid #c5c5c5;
        border-right: 1px solid #c5c5c5;
        padding-right: 5px;
    }
	#flip-scroll tbody tr { display: inline-block; vertical-align: top; }
	#flip-scroll td { display: block; min-height: 1.25em; text-align: left; }
 
	/* sort out borders */
	
	
	#flip-scroll tbody tr { border-left: 1px solid #babcbf; }
	#flip-scroll th:last-child,
	#flip-scroll td:last-child { border-bottom: 1px solid #babcbf; }

    #flip-scroll-div {
        border: 1px solid #c5c5c5;
    }
}




@media only screen and (min-width: 801px) {
    #flip-scroll table td {
        height: 40px;
        /*width: auto;*/
        font-size: inherit;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
        border: 1px solid #c5c5c5;
    }
    #flip-scroll table thead tr th {
        height: 40px;
        font-size: 12px;
        font-weight: 700;
        color: #999;
        background: #f7f7f7;
        border: 1px solid #c5c5c5;
        text-align: center;
    }
}
  
 