.entry-body{
}    
    .taxonomy-description #table, .entry-body table{
    font-family: "Fjalla One", "Helvetica Neue", "Arial", sans-serif;
    margin: 0 auto;
    width:605px;
    border-radius: 5px;
    margin-top: 7px;
    }
    .taxonomy-description #table img, .entry-body table img{
    width: auto;
    height: 120px;
    margin: 0 auto;
        
    }   
        .taxonomy-description #table #row, .entry-body table tr{
        width:600px;
        display: flex;
        text-align:center;
        margin: 0 auto;
        }   
            .entry-body table tbody tr td{
            width:300px;
            margin:0px 5px;
            text-align: center;
            }
                .entry-body table tbody tr td img{
                box-shadow: -5px 5px 15px black;
                }
                
            .taxonomy-description #table #row div, .entry-body table tbody tr td{
            border: 1px solid white;
            height: 160px;
            border-radius: 7px;
            vertical-align: top;
            margin: 3px;
            box-shadow: 0px 0px 15px black;
            }
            
            .taxonomy-description #table #p150{
                xflex-grow: 1;
                width: 25%;
            }
            .taxonomy-description #table #row #p300{
                xflex-grow: 2;
                width: 50%;
            }
            .taxonomy-description #table #row #p600{
                xflex-grow: 1;
                width: 100%;
            }
                .taxonomy-description #table #row div a,.entry-body table tbody tr td a{
                font-family: "Fjalla One", "Helvetica Neue", "Arial", sans-serif;
                max-width: 100% !important;
                position: relative;
                color: #FF831E !important;
                }
