		#search .row { 
		    padding: 4px;
		}
		
		#search #q {
		    top:3px;
		} 
		
		/* #declaration {
			 height:25px;'
		} */
		
		#search .search-info { 
		    font-size: small; 
		    color: #777;
		}

	    #search ul.search-results li { 
	        list-style: none; 
	        clear: both;
	        
	    }
        #search ul.search-results li .more { 
            clear:both;
            display: flex;
        }
        
        #search ul.search-results li dl { 
            float:left;
            font-size: small;
            color: #777;
            margin-bottom: 10px;
            border-right: 1px solid #777;
            margin-right: 10px;
            width: calc(22% - 10px);
        }
        #search ul.search-results li dl:nth-child(3) { 
            width: calc(35% - 10px);
        }
        #search ul.search-results li dl:last-child{
            margin-right: 0;
            border-right: none;
        }
        
        #search ul.search-results li dl dt,
        #search ul.search-results li dl dd {
            padding-right: 15px;
            margin:0;
            max-width: 500px;
        }
        

        #search ul.search-results li p { 
            clear:both;
            float:left;
            padding-bottom: 5px;
        }
        
		/* span.warning { 
		      display: block;
		       background-color: gold;
		      color:#d43f3a!important; 
		      padding: 5px;
		      text-align: center; 
		 }*/
		        
		
		span.highlight { 
		    font-weight: bold;
		}
		
		
		
@media all and (min-width:768px) /* TABLET */
{
        
        #search ul.search-results li dl:nth-child(2) dt,
        #search ul.search-results li dl:nth-child(2) dd { 
        	/* border-left:1px solid #777;
        	border-right:1px solid #777;
            padding: 0 15px;
            margin-right: 15px; */
        }

}		
		
		
		
		
		
		
		

/* .lowercase {
    text-transform: lowercase;
}

.lowercase:first-letter { 
    text-transform: capitalize;
}

.twitter-typeahead { width: 100%; } 

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}
.tt-hint {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #999;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.tt-dropdown-menu {
    min-width: 50%;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
 
}
.tt-suggestion {
    display: block;
    padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: #428bca;
}
.tt-suggestion.tt-is-under-cursor a {
    color: #fff;
}
.tt-suggestion p {
    margin: 0;
}
 */


