@charset "utf-8";
/* CSS Document */

.img-responsive {
    max-width: 41%;
    height: auto;
}

.sayelements {
    padding: 15px !important;
}

.sayelements tr:nth-child(even) td {
    background-color: #ffffff;
}

.sayelements tr:nth-child(odd) td {
    background-color: #edf3ff;
}

img.img-responsive {
    display: inline-block;
}

table.sayelements {
    width: 100%;
}

td .img-responsive {
    max-width: 100%;
}