/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@font-face {
    font-family: 'Copperplate';
    src: url('copper_penny_dtp-webfont.woff2') format('woff2'),
         url('copper_penny_dtp.woff') format('woff');
    font-weight: normal;
    font-style: normal;

 }

@font-face {
    font-family: 'Bebas';
    src: url('bebas.woff2') format('woff2'),
         url('bebas.woff') format('woff');
    font-weight: normal;
    font-style: normal;

 }

.nickname {
    display:none
}
 
.container {
	max-width: 90%;
}
@media (min-width: 900px) {
    .container {
        max-width: 768px;
    }
}
 
.btn-primary {
  background-color: #327586;
  border-color: #1f4852;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #214e59;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #214e59;
  border-color: #1f4852;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #214e59;
  background-image: none;
}
.btn-info {
  background-color: #F75E34;
  border-color: #db3609;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #e53809;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #e53809;
  border-color: #db3609;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #e53809;
  background-image: none;
}

h1{
	color:#F75E34;
	font-family: Copperplate, "Copperplate Gothic", Roboto;
	transform: scaleX(0.9);
	transform-origin: left center;	
}

h2{
	color:#327586;
	font-family: Copperplate, "Copperplate Gothic", Roboto;
	transform: scaleX(0.9);
	transform-origin: left center;	
}

h3,
h4 {
	color:#327586;
	font-family: Copperplate, "Copperplate Gothic", Roboto;
}

h5, h6 {
	color:#327586;
	font-family: Bebas;
	font-variant-numeric: tabular-nums;
}

.copper {
	font-family: Copperplate, "Copperplate Gothic", Roboto;
	transform: scaleX(0.9);
	transform-origin: left center;	
}

.lotnum {
	color:#F75E34;
	font-family: Bebas;
	font-size: 1.2rem;
	font-variant-numeric: tabular-nums;
}

.condition {
    line-height: 1.35rem;
    font-size: 0.8rem;
}

small {
    font-size: 0.8rem;
}

.space-top {
    margin-top: 3pt;
    margin-bottom: 0 !important;
}

.space-no {
    margin-bottom: 0 !important;
}

.big {
    font-size: 4.5rem;
}

.orange {
    color:#F75E34;
}

tr {
    break-inside: avoid;
}

.money {
    text-align: right;
}

.bebas {
	font-family: Bebas;
	font-size: 1.2rem;
	font-variant-numeric: tabular-nums;
}