.feefo-feedback{
    width: 605px;
    font-family: Calibri, Sans-Serif;
    color: #222222;
    border: 1px solid #b6b6b6;
}
.feefo-header{}
.feefo-logo{
	float:left;
}
.feefo-scorebox {
    float: right;
    width: 95px;
    text-align: right;
    margin: 18px 12px 0 12px;
    line-height: 1.6em;
}
.feefo-scorebox h1 {
    margin: 0;
}
.feefo-table{}
.feefo-th-date{}
.feefo-th-product{}
.feefo-th-score{}
.feefo-th-comments{}
.feefo-th-readmore{}
.feefo-td-date{}
.feefo-td-product{}
.feefo-td-score{}
.feefo-td-comments{}


/* Table Styles */

.feefo-feedback table {
    border-collapse: collapse;
    font-family: Calibri, Sans-Serif;
    width: 605px;
    font-size: 0.825em;
}

.feefo-feedback table a {
    text-decoration: none;
}

.feefo-feedback table p {
    color: #222222;
}

.feefo-feedback tbody {
display: block;
height: 262px;
overflow: auto;
width: 605px;
}

.feefo-feedback thead tr {
    display: block;
    position: relative;
}

.feefo-feedback th {
    background: #b7b6b6;
    color: #fff;
}

.feefo-feedback th.feefo-th-readmore a {
    color: #222222;
    text-transform: uppercase;
    text-decoration: underline;

}

.feefo-feedback th.feefo-th-readmore {
    text-align: right;
    padding: 5px 8px 5px 5px;
}

.feefo-feedback th.feefo-th-date {
    width: 90px;
}

.feefo-feedback th.feefo-th-product {
    width: 236px;
}

.feefo-feedback th.feefo-th-score {
    width:  90px;
}

.feefo-feedback th.feefo-th-comments {
    width:  250px;
}

.feefo-feedback th.feefo-th-readmore {
    width: 263px;
}


.feefo-feedback td.feefo-td-date {
    width: 56px;
}

.feefo-feedback td.feefo-td-product {
    width: 135px;
}

.feefo-feedback td.feefo-td-score {
    width:  59px;
}

.feefo-feedback td.feefo-td-comments {
    width:  300px;
}

.feefo-feedback th, .feefo-feedback td {
    padding: 5px;
    text-align: left;
}

.feefo-feedback table th tr {
    display: block;
}

.feefo-feedback td {
    vertical-align: top;
    
}

.feefo-feedback td.feefo-td-date a{
    color: #000;
    font-size: 0.875em;
}

.feefo-feedback td.feefo-td-product a {
    color: #179fe3;
}