/**
 * custom
 * place custom style in this file
 * add !important to the end if no effect
 * e.g. color: #fff !important;
 * --------------------------------------------------
 *
 */

 a{
 	text-decoration: underline;
 }

.list-inline {
  white-space:nowrap;
}

.bold{
	font-weight: bold;
}