/*BEGIN Twitter Feed */

.transportation-twitter-feed .uk-h4 {
    font-size:1.2rem;
  
}

/*END Twitter Feed */


/*BEGIN Right Callout */

	.right-info-box {
		position: relative;
		float: right;
		width: 200px;
		margin: 1.5em 20px 1.5em 20px;
		padding: 2em;
		border-bottom: 4px solid #80bc00;
		color: #fff !important;
		background-color: #1e6b52;
	}

	.right-info-box a {
		color: #ffffff !important;
	}

	.right-info-box h3 {
		color: white;
		text-align: center !important;
		/*font-size: 1.4em !important;*/
		line-height: 1.4em !important;
		/*font-weight: 700 !important;*/
	}

/*END Right Callout */