/* breakpoints */
.logout {
  /* breakpoints */
}

.logout a {
  background-color: transparent;
  text-decoration: none;
  font-size: 13px;
  color: #000;
  border-bottom: 1px solid #000;
}

.logout a:hover {
  color: #3d3d3d;
  text-decoration: none;
}

.logout .component-content > a, .logout .component-content > p {
  display: inline-block;
}
