body{
    direction:rtl;
}

/* hide the 'he' language label */
dd.value span.language {
    display: none;
}

/* hide the 'פריט' label */
div.resource-title h3.label {
    display: none;
}

/* hide the images in the connected resources
.resource-list .resource-list-item .resource-link img{
    display: none;
}*/

/* hide the resource selector*/
.resource-property-select{
    display: none;
}

/*meta data floating to the left is some instances*/
dd.value.resource.items span.value-content{
    float:right!important;
}

/* image in browse page items*/
li.item.resource  div.resource-meta  a.resource-link img{
    display: none;
}

/* image in item page metadata*/
dd.value.resource.items  span.value-content  a.resource-link img{
    display: none;
}

/* image in item page metadata*/
div.property  dd.value a.resource-link img{
    display: none;
}

/* Second degree connection type heading*/
.second-degree-resources-linked h3{
    font-size: 22px;
}

h3.resource-template-heading{
    font-size: 20px;
}

h4.property-heading{
    font-size: 16px;
}

/* All resource type heading*/
.second-degree-resources-linked h3,
h3.resource-template-heading,
h4.property-heading{
    font-weight: bold;
    font-family: "Source Sans Pro", sans-serif;
}

.people-list li{
    list-style-type: none;
}

.validate-language {
font-size:16px;
}