/*
Theme name: UT Website
Description: Custom Theme
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).
	
	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle. 
*/

p {  }

.section .section__image {
	max-width: 315px;
}

.on-page-87 .section__col--1of3 {
    text-align: center;
}

.block { display: block;}

.btn.protected {
    background-image: url(images/lock3.png);
    background-repeat:no-repeat;
    background-position:right center;
}
#rg_forms_dashboard { display:none !important;}

.page-id-83 .table .table__col, .table .table__col {
    justify-content:left !important;
}
