      #directions-container { 
            position: absolute;
            width: 60%;
           left: 2%;
	       right: 0;       
            top: 3%;
			 text-align: center;
             padding: .3% 10px .3% 10px;
		margin: auto  ;
            background-color: rgba(45, 102, 148, 0.2);
            z-index: 1000;
			font: normal 82%/1.5 adobe-text-pro, Cambria, Georgia, "Times New Roman", Times, serif;
			
        }
       #underline {text-decoration: underline;}