		.form-control::placeholder {
			color: #cccccc;
		} 
		
		div.container
		{
			margin-bottom: 15px;
		}
		
		.category
		{
			margin: 0;
			padding: 0;
			padding-top: 10px;
		}
		
		.twitter-typeahead{
			width: 100%
		}
		.typeahead,
		.tt-query,
		.tt-hint { 
		  width: 100%;
		  height: 2em;
		  padding: 0px 12px; 
		  /*font-size: 20px;*/
		  /*line-height: 30px;*/
		  border: 1px solid #ccc;
		  -webkit-border-radius: 0.25rem;
			 -moz-border-radius: 0.25rem;
				  border-radius: 0.25rem;
		border-radius: 0.25rem;
		  outline: none;
		}

		.typeahead {
		  background-color: #fff;
		}

		.typeahead:focus {
		  border: 2px solid #0097cf;
		}

		.tt-query {
		  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
			 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
				  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		}

		.tt-hint {
		  color: #999
		}

		.tt-menu {
		  width: 100%;
		  margin: 12px 0;
		  padding: 8px 0;
		  padding-left: 10px;
		  background-color: #fff;
		  border: 1px solid #ccc;
		  border: 1px solid rgba(0, 0, 0, 0.2);
		  -webkit-border-radius: 8px;
			 -moz-border-radius: 8px;
				  border-radius: 8px;
		  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
			 -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
				  box-shadow: 0 5px 10px rgba(0,0,0,.2);
		}

		.tt-suggestion {
		  padding: 3px 20px;
		  /*font-size: 20px;*/
		  line-height: 24px;
		}

		.tt-suggestion:hover {
		  cursor: pointer;
		  color: #fff;
		  background-color: #0097cf;
		}

		.tt-suggestion.tt-cursor {
		  color: #fff;
		  background-color: #0097cf;

		}

		.tt-suggestion p { 
		  margin: 0;
		}
		
		.nav-link{
			font-size: 20px
		}
		.navbar-brand{
			font-size: 25px
			
		}
		
		.bg-light{
			background-color: #dfdfdf !important;
		}
		
		div.mover
		{
			height: 2.5em;
			width: 100%;
			background-image: url('more-vertical.svg');
			background-repeat: no-repeat; 
			background-position: right; 
			margin-left: 10px;
			cursor: move;
			
		}
		
		.sortable-chosen {
			opacity: 1;
			background: #C8EBFB; 
		}
		
		.sortable-ghost {
			opacity: 0;
			background: #C8EBFB; 
		}
		
				.sortable-drag { 
			opacity: 1 !important;
			background: #C8EBFB; 
		}