/*
  Copyright 2016 Haig Didizian

  This file is part of App Service Info for Azure.

  App Service Info for Azure 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
  (at your option) any later version.

  App Service Info for Azure 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 App Service Info for Azure.  If not, see <http://www.gnu.org/licenses/>.
*/

div.appsvc-footer {
  clear: left;
  float: left;
  position: relative;
}

div.appsvc-footer img {
  vertical-align: sub;
}

#appsvc-more-info-box {
  z-index: 100;
  background: #f0f0f0;
  color: #333;
  padding: 20px;
  position: absolute;
  bottom: 30px;
  right: 0px;
  -webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.75);
  box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.75);
}

#appsvc-more-info-box h4 {
  color: #00a0d2;
  font-size: larger;
}

#appsvc-more-info-box dt {
  font-weight: bold;
}
