/*************************************************************************************************/
/* (C) 2014-2018 Iterum, LLC. All rights reserved.                                               */
/*************************************************************************************************/

/*************************************************************************************************/
/* Redefined Main CSS Selectors                                                                  */
/*************************************************************************************************/

/*************************************************************************************************/
/* Headings                                                                                      */
/*************************************************************************************************/

/*-----------------------------------------------------------------------------------------------*/
h3, h4 {
	color: #666666;
}

/*************************************************************************************************/
/* Other */
/*************************************************************************************************/

.newGearBox {
	display: inline;
	max-width: 300px;
	text-align: center;
}

	.newGearBox img {
		border: 1px lightgray solid!important;
		border-radius: 5px;
	}

	.newGearBox p {
		font-weight: bold !important;
		margin-bottom: 0 !important;
	}
