/**
 * Global
 * Description: Styles any containers, sections, or elements that are found across the site.
 * @author shane@onesite.com
 * @project Socialcore
 */


/* BlueRack Overrides */

/*Homepage */
/* Tabbed Features Module */
#oneSubPageContainer .features-six .text i {
	
}

/* Contact Form */
#oneSubPageContainer #contact-form textarea {
	height: 100px;
}

/* Video (Img) Module */
#home_node_home .img-section .text {
	width: auto;
}
#home_node_home .img-section video {
	max-width: 100%;
}

/* Pricing Table */
#home_node_home .pricing-tables .col-lg-3 ul {
	min-height: 160px;
}




/* Send Email */
#send_email #one_controller_container {
	margin: 100px 0;
}

/* Netops Page */
#oneadmin_netopts table {
	color: #fff;
	margin: 0 auto;
}
#oneadmin_netopts table td {
	min-width: 100px;
}
#oneadmin_netopts table a {
	display: inline-block;

}