/*
Theme Name: Penn
Theme URI: http://0to5.com
Author: 0to5
Author URI: http://0to5.com
Description: Custom Theme Built by 0to5 for Penn
Version: 1.9.5
License: 
License URI: 
Tags: 
Text Domain: 0to5
*/


/*
Add Custom Theme Styles Below
Main Theme Build CSS ---> /_/css/build.css
------------------------------------------------------------------------
*/

.page-list-cols-2, .page-list-cols-3, .page-list-cols-4, .page-list-cols-5{
    -webkit-column-gap: 40px!important;
	-moz-column-gap: 40px!important;
	column-gap: 40px!important;
}


p a{
	text-decoration: underline;
}
#single-page ul li a, #single-page ol li a{
	text-decoration: underline;
}
iframe{
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.content-holder table{
		overflow: scroll;
	}
}