body, td {
    font-size : 12px;
}
table {
    border-collapse : collapse;
    border : none;
    margin : 0px;
    empty-cells : show;
}
td {
    padding-left : 3px;
    padding-right : 3px;
}
img {
    border : none;
}

table.wrapper {
    border : none;
    width : 100%;
}
span.h3 {
    font-weight : bold;
    font-size : 18px;
}
table.tech {
    border : 1px solid black;
    width : 100%;
}
table.collapsed {
    display : none;
}
tbody.collapsed {
    display : none;
}
tr.odd {
    background-color : #ffffff;
}
tr.even {
    background-color : #dddddd;
}
td.location {
    font-size : 16px;
    font-weight : bold;
    padding-top : 15px;
}
td.craft {
    border : 1px solid black;
    font-size : 16px;
    font-weight : bold;
    padding-left : 2px;
    padding-right : 2px;
    background-color : #ccffcc;
}
td.data {
    padding-left : 15px;
}
td.header {
    border : 1px solid black;
    padding-left : 2px;
    padding-right : 2px;
    font-weight : bold;
    background-color : #ccccff;
}
td.header2 {
    border : 1px solid black;
    padding-left : 2px;
    padding-right : 2px;
    font-weight : bold;
    background-color : #ccffcc;
    text-align : center;
}
td.type {
    border : 1px solid black;
    white-space : nowrap ;
    width : 1px;
}
td.name {
    border : 1px solid black;
    font-weight : bold;
    white-space : nowrap;
}
td.effect {
    border : 1px solid black;
}
td.I {
    border : 1px solid black;
    text-align : center;
    white-space : nowrap;
}
td.II {
    border : 1px solid black;
    text-align : center;
    white-space : nowrap;
}
td.III {
    border : 1px solid black;
    text-align : center;
    white-space : nowrap;
}
td.empty {
    border : 1px solid black;
    text-align : center;
}
table.recipie {
    border : 1px solid black;
}
td.ingredient1 {
    border : 1px solid black;
    background-color : #ffffcc;
    white-space : nowrap;
}
td.ingredient2 {
    border : 1px solid black;
    background-color : #ccffff;
    white-space : nowrap;
}
td.ingredient3 {
    border : 1px solid black;
    background-color : #ffccff;
    white-space : nowrap;
}
td.on {
    border : 1px solid black;
}
td.source {
    border : 1px solid black;
}
