body {
    margin: 0 auto;
    font-family: 'Open Sans';
}
.header {
    background: #AE1C28;
    color: #fff;
    padding: 30px 0;
    text-align: center;
    font-weight: 100;
}
.footer {
    background: #21468B;
    color: #fff;
    padding: 30px 0;
    text-align: center;
}
.footer p {
    text-align: center;
}
.container {
    width: 960px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
}
li, p {
    font-size: .9em;
    text-align: justify;
}
a {
    color: #fff;
}
a.not-current {
    text-decoration: none;
}
nav a {
    padding: 0 10px;
}
.block-left, .block-right {
    width: 480px;
    float: left;
    padding: 20px 0;
}
img {
    width: 100%;
}
.clear {
    clear: both;
}
p.contact {
    text-align: center;
}
p.contact a {
    color: #000;
}

table {
	 border-spacing: 1;
	 border-collapse: collapse;
	 background: white;
	 overflow: hidden;
	 max-width: 800px;
	 width: 100%;
	 margin: 0 auto;
	 position: relative;
}
table * {
	position: relative;
}
table td, table th {
	padding-left: 8px;
}
table thead tr {
    height: 60px;
    background: #ccc;
    font-size: 16px;
}
table tbody tr {
    height: 48px;
    border-bottom: 1px solid #e3f1d5;
}
table tbody tr:last-child {
    border: 0;
}
table td, table th {
    text-align: left;
    min-width: 150px;
}
table td.l, table th.l {
    text-align: right;
}
table td.c, table th.c {
    text-align: center;
}
table td.r, table th.r {
    text-align: center;
}
 
@media (max-width: 1000px) {
    .block-left, .block-right {
        float: none;
        width: auto;
    }
    img {
        width: 100%;
        padding: 5px 0;
    }
    .container {
        width: 740px;
    }
}
@media (max-width: 767px) {
    .block-left, .block-right {
        float: none;
        width: auto;
    }
    img {
        width: 100%;
        padding: 5px 0;
    }
    .container {
        width: auto;
    }
    table {
        display: block;
    }
    table > *, table tr, table td, table th {
        display: block;
    }
    table thead {
        display: none;
    }
    table tbody tr {
        height: auto;
        padding: 8px 0;
    }
    table tbody tr td {
        padding-left: 45%;
        margin-bottom: 12px;
    }
    table tbody tr td:last-child {
        margin-bottom: 0;
    }
    table tbody tr td:before {
        position: absolute;
        font-weight: 700;
        width: 40%;
        left: 10px;
        top: 0;
    }
    table tbody tr td:nth-child(1):before {
        content: "Nr. soferi";
    }
    table tbody tr td:nth-child(2):before {
        content: "Pret";
    } 
}