/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */

.blind-bottom {
    border: 1px solid black;
    display: flex;
    align-items: center;
    border-radius: 5px;
    font-size: 20px;
    line-height: 1.15;
    text-align: center;
    padding: 3px;
    cursor: pointer;
}

.mytable {
    border-collapse: collapse;
    margin-top: 25px;
}

.mytable td {
    border: 1px solid black;
    padding: 5px 10px;
}

.ntk-image {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}