.title {
color: green;
}
.table {
display: table;
width: 100%;
border-collapse: collapse;
}
.row {
display: table-row;
}
.cell {
display: table-cell;
padding: 10px;
    text-align: center;
border: none;
}
.dowloadLabel{
    color: #F0F0F0;
}
