.ip-display {
    display: block;
    text-align: center;
    margin: 0;
	padding: 0;
    font-size: 0.6em;
	background: green;
}

.no-underline {
  text-decoration: none !important;
}
