.swipe_me {
  cursor: pointer;
}
.biggest {
  height: 500px;
  display: inline-block;
}
.biggest img {
  height: 100%;
  width: auto;
}

.thumb {
  height: 120px;
  display: inline-block;
}

.thumb img {
  height: 100%;
  width: auto;
}

.pagination {
  padding: 0;
  display: flex;
  justify-content: center;
}

.pagination li {
  display: block;
  margin: 5px;
}

table.editor tr td:first-child {
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
}
table.editor tr td {
    padding: 4px;
}
table.editor tr.error {
    background-color: #ffe7de;
}
table.editor tr td {
    font-size: 0.8em;
}

.smalltxt {
	font-size: small;
}
table.smalltxt tr td {
	padding: 3px;
}
p.vinous, td.vinous {
	color: #9F371D;
}
p.vinous {
	font-size: small;
	padding: 3px;
}
p.vinous span {
	color: #959595;
}
hr.grey {
	margin: 24px 0;
	color: #808080;
	background-color: #808080;
	border: 0px none;
	height: 1px;
	clear: both;	
}
div.main_padding {
	padding-left: 24px;
	width: 700px;
}
tr.odd td {
	background-color: #f2ecda;
}
.error_box{
	margin: 10px 0;
	padding: 5px 5px 5px 30px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #ffe7de;
	border: 1px solid #d05252;
	color: #b70000;
}
.info_box{
	margin: 10px 0;
	padding: 5px 5px 5px 30px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #DBFBBE;
	border: 1px solid #337C2A;
	color: #337C2A;
}
.form_group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0;
}
.form_controls {
  margin: 0 0 0 11.4em;
}
.form_submit {
  margin: 1.5em 0 0 11.4em;
}
input[type="submit"], button {
  margin: 4px 0;
  padding: 0.5em 0.6em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px rgb(153, 153, 153);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(221, 221, 221)));
  color: #333;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-shadow: 0px 1px 1px rgba(255,255,255,1);
  line-height: 1;
}
input[type="radio"] {
  margin-top: -1px;
  vertical-align: middle;
}
input[type="text"] {
  padding-left: 4px;
  padding-right: 4px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #D1D1D1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #D1D1D1;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #D1D1D1;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #D1D1D1;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #D1D1D1;
}

p.error {
  border: 1px solid #ff7c76;
  border-radius: 4px;
  padding: 1rem;
  background-color: #fff5f4;
}

.icons_payments {
  margin-top: 2rem;
}
.icons_payments img {
  height: 42px;
  padding: 0 12px 12px 0;
}