/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");
/**
.tablepress .mydark {
  background: #f3f5ff;
}
**/
.tablepress thead th {
	text-align: center;
	color: #2C3585;;
}

@media (max-width: 1000px) {
    body .qode-animate-mobile-header {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        position: fixed !important;
        overflow-y: auto;
        max-height: calc(100% - 50px);
    }
}

@media (max-width: 480px) {
  .table-wrapper > div.vc_column-inner {
    display: inline;
    overflow-x: hidden;
  }
}