/*
Theme Name:     CryptoCoinNews
Description:    Child theme of Newspaper
Author:         Pavel
Template:       Newspaper
*/

/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

table.no-border td,
table.no-border tr,
table.no-border th {
    border: none;
}

table td.image-container-td {
    width: 20%
}

table td.image-container-td img {
    width: 100%;
}
body, body p {
    font-family: "Open Sans", sans-serif !important;
}