/*
Copyright (C) 2015  OneStory Inc.

OneStory Video Interviews 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 3 of the License, or
(at your option) any later version.

This program 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 this program.  If not, see <http://www.gnu.org/licenses/>.
*/
a.onestory-share-button {
	color: #eee;
	border-color: #b04135;
	background-color: #b04135; 
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
a.onestory-share-button:hover,
a.onestory-share-button:active,
a.onestory-share-button:visited {
	color: #fff;
}
.onestory-share {
	width: 100%;
}
.onestory-align-left {
	text-align: left;
}
.onestory-align-center {
	text-align: center;
}
.onestory-align-right {
	text-align: right;
}
.onestory-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  text-align: center;
}
.iframe-container iframe.onestory-iframe,
.iframe-container object.onestory-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#c {
	width:100% !important;
}