/*
  Theme Name: Divi Child
  Version: 1.0.0
  Template: Divi
  Author: Rainer Puschner
  Author URI: https://www.eventpartner.at
  Text Domain: divi-child
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/*** Showare Newsfeed with Footable ***/

#termine>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}	
#termine>tbody>tr>td>table>tbody>tr{
	background-color: #ecf3f9;
}
tr[data-expanded="true"] {
	background-color: #cce2f5 !important;
}


.entry-content table#termine {
  border: none !important;
}

@media screen and (max-width: 620px) {
  .entry-content table#termine td,
  .entry-content table#termine th {
    font-size: 0.85em  !important;
  }
}



/*
html .cmsms_color_scheme_seventh button.btn-primary:hover {
  background: #265a88;
}
html .cmsms_color_scheme_seventh button.dropdown-toggle:hover{
background: #f0f0f0;
}
span.caret {
  color: black;
}


.footable-pagination-wrapper {
  text-align: center;
}
button.page-size {
  margin-left: 10px;
}


*/