
/*
 Viewport plugin for jQuery
 Copyright (c) 2016 Gabriel Rodrigues e Gabriel Leite (http://gabrielr47.github.io/)
 Licensed under the MIT license
 Version: 0.1
*/


.viewport {
  padding-top: 10px;
  text-align: center;
  background-color: #494747
}

.viewport iframe { margin-top: 5px; }

.viewport button {
  background-color: #4CAF50;
  border: none;
  color: white;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  height: 24px;
}

.viewport select {
  width: 100px;
  height: 23px;
}

.viewport input { height: 23px; }
