/*
* 1. Fixed theme unit test
*/

/* 1. Fixed theme unit test */
img.aligncenter{
    margin-top:7px;
    margin-bottom: 7px;
}
img.alignleft {
    margin: 7px 24px 7px 0;
}
img.alignright {
    margin: 7px 0 7px 24px;
}
img.size-full{
    max-width: 100%;
    height:auto;
}
.wp-caption-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    font-style: italic;
    line-height: 1.5;
    margin: 0 9px 9px 0;
}
table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}
th {
    font-weight: bold;
    text-transform: uppercase;
}
td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
address{
    font-style: italic!important ;
    margin:0 0 24px;
    display: block;
}
/*
cite tag
 */
cite{
    font-style: italic !important;
}

.kopa-single-page img{
    max-width: 100%;
    height:auto;
}
.wp-image-907, #attachment_907{
    width: 100%!important;
    height:auto;
}

