body {
    padding-bottom: 40px;
    font-family: "Roboto Condensed", Sans-serif;
}


td,tr,th{
     border:1px solid white;
     border-collapse: collapse;
}

table{
     border-collapse: collapse;
}
.table {
    margin-top: 15px;
    display: inline-table;
}
.table .thead-primary {
    background: gainsboro;
}

td {
    border: none;
    padding: 20px 30px;
    border-bottom: 3px solid #f8f9fd;
    font-size: 14px;
    text-align: center;
}
tr {
    text-align: center;
}
.table th, .table td {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.table-row {
	display:flex;
	width:100%;
	padding:($half-spacing-unit * 1.5) 0;

	&:nth-of-type(odd) {
		background:$color-form-highlight;
	}
}

.table-data, .header__item {
	flex: 1 1 20%;
	text-align:center;
}
.column-gap-narrow {
    margin-left: 140px;
    margin-right: 140px;
}
.container {

}
.header {
    background-color: #000000;
    padding: 10px;
    border-bottom-style: solid;
    border-bottom-color: crimson;
}
.header-row {
    overflow: hidden;
}
.header-image {
    float: left;
}
.navigation {
    align-items: center;
    padding-top: 5px;
    float: right;
}
.navigation a {
    color: #FFFFFF;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 16px;
}

.navigation a.node {
    padding-right: 10px;
    padding-left: 10px;
}

.navigation a:hover {
    cursor: pointer;
    text-decoration: none;
    opacity: 0.8;
}

.button-wrapper {
    background-color: #1D71B8;
    display: -webkit-inline-box;
    -webkit-border-radius:3px;
    padding: 5px 20px 5px 20px;
    margin: 0px 5px 0px 5px;
    color: white;
}

.red-button {
    background-color: indianred;
}
.button-content-wrapper {

}
.button-text {
    font-weight: 600;
    font-size: 14px;
    color: white;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input {
    margin-top: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin button {
    margin-top: 10px;
}

.has-error {
    color: red
}

.float-right {
    float: right;
}
.oferta-head {
    padding-bottom: 30px;
}
.forty-right {
    width: 40%;
    float: right;
    margin-top: 81px;
}
.samochod-input-block {
    padding: 10px 40px 10px 40px;
}
.samochod-ramka {
    border: 1px ridge beige;
    display: flow-root;
    padding: 10px;
}
.node-active {
    background: dimgrey;
    padding: 5px;
}
.footer_fix {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) { .hideonphone { display: none; }}