/**
  * Copyright (C) 2016 Wimar Schippers
  *
  * This file is part of Shortcodes KNVB API.
  *
  * Shortcodes KNVB API is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation, either version 2 of the License, or
  * any later version.
  *
  * Shortcodes KNVB API is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
  * along with Shortcodes KNVB API. If not, see https://www.gnu.org/licenses/gpl-2.0.html.
  */
.api-status {
  width: 15px;
  height: 15px;
  border-radius: 90%;
}
#api-status-green {
  background-color: green;
}
#api-status-red {
  background-color: red;
}
.hidden {
  display: none !important;
}
.knvb-api-logo {
  text-align: center;
}
.knvb-api-logo img {
  max-height: 50px;
  max-width: 50px;
}
