#header img {border-radius: 40px;}
.ui-widget-header {background: none !important;}
.ui-tabs-nav {border-left: none !important;border-right: none !important;border-top: none !important;}
.ui-tabs-nav li {outline: 0 !important;}

ul.arrowList {list-style: none; margin-left:-40px}
ul.arrowList li:before {content: "\2192 \00a0"; float:left; height:2em;}

address {font-style: normal;}

/* Contact Box */
.contact-box {
border: 1px solid rgb(170, 170, 170);
padding: 1rem;
border-radius: 0.5rem;
}
.contact-box address {
  color: rgb(51, 51, 51);
  font-style: normal;
}
.contact-box address a {
  text-decoration: underline !important;
}

/* Selected text color */
::selection {
    background-color: rgb(51, 51, 51); 
    color: #ffffff; 
}