/*
	Theme Name: OceanWP Child Theme
	Theme URI: https://oceanwp.org/
	Description: OceanWP WordPress theme. Sample child theme.
	Author: OceanWP
	Author URI: https://oceanwp.org/
	Template: oceanwp
	Version: 1.1.2
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

#menu-application_menu li {
	display: inline;
}

#menu-application_menu li:after {
	content: ' | ';
}

.page-header {
	padding-bottom: 0;
}

#main #content-wrap {
	padding-top: 20px;
}

.pods_table th {
    vertical-align: middle;
}

.pods_table td {
    padding: 5px;
	vertical-align: middle;
}

.instruction {
	font-size: 0.8rem;
}

#field_1_39 {
	height: 350px;
    overflow: auto;
}

.link_box {
	display: inline-block;
	text-decoration: underline;
}

.link_box:hover {
	text-decoration: none;
}

.text-danger {
	color: #dc3545;
	font-weight: bold;
}

.delete_pod {
	background: #dc3545;
	border: 0;
	border-radius: 4px;
	color: white;
	margin: 4px auto;
}

.principles_info {
	display: inline-block;
	margin-top: 22px;
	padding-top: 22px;
	color: gray;
	font-style: italic;
}