.panel-row-style {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		width:100% !important;
    font-size:12px !important;
	}
	


}