/* ===== Template Styles Correction =======*/

/* modifing the header area shadow  */
.site-header {
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
    -moz-box-shadow:    0 5px 10px rgba(0,0,0,0.5);
    box-shadow:         0 5px 10px rgba(0,0,0,0.5);
}

/* hidding unstyled elements */
.footer-p {
  visibility: hidden;
}

/* footer widgets correction */
.widget-title {
    margin-bottom: 5px;
}
#text-4 {
  text-align: center;
  vertical-align: middle;
}
#text-5 {
  text-align: right;
}



/* ===== Knizex styles ======== */

.tbd {
  background-color: yellow;
 /* font-size: 24px;
  font-weight: bolder;*/
}

.kn-product-name {
    color: #435e83;
    font-weight: bold;
}


.kn-note {
    font-style: italic;
    white-space: nowrap;
}

.kn-table {
    width: 100%;
    table-layout: fixed;
    empty-cells: show;
}

.kn-img-container {
    padding: 10px 0px 10px 0px;
    text-align: center;
    font-style: italic;
    line-height: 50%;
}