/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

#trauma {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #E9E9E9;
	padding: 15px 13vw;
	margin: 10px auto;
}

#next-prev {
	min-width:75%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.w25 {
	max-width: 300px;
}


@media only screen and (min-width: 980px){
.trauma-right-info {
	text-align: right;
}
}

div#trauma a {
   color: darkorange;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid lightgray;
  margin: 1em 0;
  padding: 0;
}

.copy {
	text-align: center;
	font-size: 10pt;
	color: darkorange;
}

[type=submit] {
	color: darkorange;
	border: 1px solid lightgray;
}

.elementor {
	padding: 0 25px;
}


table {
	border: none !important;
	min-width: 800px !important;
}


@media only screen and (max-width: 768px){
.table {
	min-width: calc(100vw - 75px);
}
}

.table {
	overflow-x: scroll !important;
}
