/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

 .mb {
  margin-bottom: 2rem;
 }

 .button-link {
  background-color: transparent;
  color: rgb(0, 47, 255);
  border: solid 1px rgb(0, 47, 255);
 }

 .button-red {
  color: coral;
  border: solid 1px coral;
 }

 .tohju-bot-button-bar {
  display: flex;
  gap: 2;
  flex-direction: row;
 } 