@page  
{ 
    size: auto;   /* auto is the initial value */ 

    /* this affects the margin in the printer settings */ 
    margin: 15mm 10mm 15mm 10mm;  
} 

.clear{
    display: block;
    height: 1px;
    clear: both;
}
  
body{
    text-align: left;
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'OpenSansHebrew', 'Open Sans', sans-serif;
    color: #62686e;
    line-height: 24px;
    margin:0px;
}

a{
    color: #aa1200;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

.top-bar {
    height: 90px;
    position:relative;
}

.top-bar .top-logo a{
    height: 58px;
    width: 184px;
    display:block;
	content:url(../images/1920/yissum-logo.png);
}

.second-top-logo {
    content:url(../images/1920/university-logo.png);
}

header .navbar-inverse,
header .briefcase,
header .social,
#main-banner,
.breadcrumb,
form,
.content-list-control,
#bottom,
#footer,
.more-link{
	display:none;
}

#page-id{
	display:block!important;
	position:absolute;
	width:100%;
	text-align:center;
}
	
.page-title-area{
	padding-top:40px;
}

.container{
	max-width:none;
}

a[href]:after {
	content:none!important;
}

.section-technologies-list table {
    width: 100%;
    background: #FFF;
    border: 1px solid #d5d5d5;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.35);
}

.section-technologies-list table thead {
    height: 40px;
    border-bottom:1px solid #d5d5d5;
}

.section-technologies-list table thead th {
    padding: 0 0 0 20px;
    text-align: left;
    text-transform: none;
    line-height: 40px;
    font-size: 16px;
    font-weight: 300;
    color: #FFF;
    background: none;
    border: none;
    border-right: 1px solid #d5d5d5;
}

.section-technologies-list table tbody tr {
    height: 80px;
    background: #FFF;
    border: none;
    border-bottom:1px solid #d5d5d5;
}

.section-technologies-list table tbody tr:nth-child(odd) {
    background: #fbfbfb;
}

.section-technologies-list table tbody tr td {
    width: auto;
    padding: 10px 20px;
    vertical-align: middle;
    text-align: center;
    text-transform: none;
    line-height: 18px;
    font-size: 14px;
    color: #000;
    background: none;
    border-right: 1px solid #d5d5d5;
}


.section-technologies-list table tbody tr td:nth-child(1) {
    text-align: left;
}

.section-technologies-list table thead tr th:nth-child(2),
.section-technologies-list table tbody tr td:nth-child(2){
	display:none;
}

.section-technologies-list table tbody tr td:nth-child(3) {
    width: 180px;
}


.external-id,
.tech-icons{
    display: inline-block;
}

.page-content .page-title-area h1#page-title {
    text-align: left;
    text-transform: uppercase;
    line-height: 34px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    border: none;
    margin:0;
}

.person-information-form .person-information-meta{
	display:none;
}

.story-img img{
	width:100%;
}
	