.roof form {right:0}

.directory_form label {
    display: block;
}

.directory_form fieldset {
    margin: 1em 0;
}

.directory_form fieldset label {
    display: inline-block;
    padding: 1em 1.5em 1em .5em;
}

.directory_form [type="checkbox"]:focus {
  outline: 2px solid #f00;
}

.c-tabs {
    margin-bottom: 2em;
}

.c-tabs-nav {
    display: flex;
    border-top: 1px solid rgba(0,0,0,.2);
    margin-bottom: 1em;
}

.c-tabs-nav a {
    flex: 1;
    text-align: center;
    padding: .5em !important;
    border-right: 1px solid;
    border-color: rgba(0,0,0,.2) !important;
}

.c-tabs-nav a:last-child {
  border-right:none;
}

.c-tabs-nav a.is-active {
    background: transparent;
    border-bottom:none;
}

.c-tab {
    display: none;
    padding-top: 1em;
}

.c-tab.is-active {
  display: block;
}

.c-tab__content {
  padding: 1.5rem;

}

.c-tabs.no-js .c-tabs-nav {
  display: none;
}

.c-tabs.no-js .c-tab {
  display: block;
  margin-bottom: 1.5rem;
}

.c-tabs.no-js .c-tab:last-child {
  margin-bottom: 0;
}

small {
    font-size: 12px;
    display: inline-block;
    line-height: 1.65em;
}

.table-container {
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
}

table {
    width: 99%;
    display: table;
}

th a {border: none}
th span {margin-left: -.5em}

input[type="checkbox"]:focus {outline: 1px dotted}

#listing {
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding-bottom: .125em;
    margin-bottom: .65em;
}

.grid > div {
  overflow: visible;
}

a:focus {
  outline: 3px solid #f00;
}

#content a:focus img {
  outline: none;
}

button.pronounce__speak {
  background-color: transparent;
  border: none;
  padding: .25em;
  vertical-align: middle;
  margin-left: 1em;
  fill: #767676;
}

.pronounce__speak:hover {
  fill: #f00;
}

.pronounce__speak:focus {
  fill: #f00;
  outline: 2px solid #f00;
}

.pronounce__speak__icon {
  transition: fill ease .1s;
  width: 2em;
  height: 2em;
}

tr:nth-child(even) {
  background-color: #eee;
}


#updateaction {
    margin-top: 2em;
    padding: 0.5em 0em 1em 1em;
}

#updateaction .linklist {
    padding: 1em;
    border-left: 1px solid #999999;
}

#updateaction .linklist ul {
    padding: 0;
    margin: 0em 0em 1em 0em;
    list-style: none;
}

#updateaction .linklist li {
    border-top: 1px solid #999999;
    position: relative;
    margin-top: 0px;
}

#updateaction .linklist a {
    color: #999999;
    display: block;
    line-height: 0.5em;
    margin: 0;
    padding: 1em !important;
    width: 90%;
    text-decoration: none;
    border-bottom: none;
}

#updateaction .linklist a::after {
    font-size: .65em;
    content: " \25BA";
    position: absolute;
    right: 0;
}

#no_results_error {
    margin: 0;
    font-size: 1,2em;
    color: #ff0000;

}
