nav {
    border-color: #00A7A5;
}

nav h1 {
    color: #00A7A5;
}

.title-bar-title {
    color: #00A7A5;
}

.menu-icon:hover {
    color: #00A7A5;
}

a:hover {
    color: #000000;
}

.is-active+a {
    color: #00A7A5;
}

.secret-link ~ p {
    color: #0a0a0a; !important;
}

.subs {
    transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -webkit-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
}

#tool-tooltip-changed, #tool-tooltip-added {
  color: #00A7A5;
  float:right;
}

.tool-changed, .tool-added {
  float:right;
}

/* Supplier section */
.change_technology {
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 10px;
    float: right;
}

#form-button {
    background-color: green;
}