﻿/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Bolt - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 




/* nt-example2 */

#nt-example2 {
	max-width: 99%;
	margin: auto;
}

#nt-example2 ul {padding-left:15px

}
#nt-example2 li {
	color: #fff;
	background:cornflowerblue;
	white-space: nowrap;
	overflow: hidden;
	height: 60px;
	padding: 6px 16px;
	line-height: 30px;
	list-style: none;
	font-size:  calc(0.75em + 1vmin);
	text-align: left;
}


#nt-example2 li a{
	color:white;
 }

