.deals panel{
    min-width: 1170px;
}
.deals .card{
    margin-bottom: 45px;
}
.cards > .card img{
    padding-bottom: 5px;
    width: 187px;
    height: 56px;
}
.cards > .card .company-box{
    color: #636363;
    display: block;
}
.cards > .card .company-box:hover{
    text-decoration: none;
}
.card .public-description{
    margin: 17px auto 25px;
    width: 92%;
    height: 40px;
    overflow: hidden;
}
.card .target {
    margin: -13px 15px 15px 0px;
    text-align: right;
}
.card .public-description p{
    margin: 0;
}

.PortfolioReserveDealBox .investors, 
.PortfolioReserveDealBox .target, 
.PortfolioReserveDealBox .bar , 
.PortfolioReserveDealBox .percent-text, .PortfolioReserveDealBox .commited-text ,
.OurCrowd1stDealBox .investors, 
.OurCrowd1stDealBox .target, 
.OurCrowd1stDealBox .bar , 
.OurCrowd1stDealBox .percent-text, 
.OurCrowd1stDealBox .commited-text {
	visibility: hidden;
}

.card .commited-text{
    font-size: 20px;
    font-weight: normal;
    text-transform:uppercase;
}
.card .percent-text{
    text-align: center;
    margin: 20px auto 10px;
    font-weight: 500;
    font-size:12px;
}
.card .percent-text span{
    display: block;
    color: #00a3e8;
    font-size: 22px;
    line-height: 19px;
}
.card .bar{
    background-color: #cccccc;
    height: 5px;
    width: 90%;
    margin: 0px auto 15px;
}
    .card .bar div {
        background-color: #00a3e8;
        height: 5px;
        border-radius: 2px;
    }
    .card .investors{
        margin: 0px auto 6px;
        min-height: 20px;
    }
    .card .co-investors {
        height: 30px;
        overflow: hidden;
        margin:15px;
        font-size:12px;
        line-height: 1.17em;
    }
    .card .co-investors p{
        margin:0px;
        display: inline;
    }
    .card .website{
        min-height: 20px;
        margin-bottom: 8px;
        font-weight:500;
        font-size:13px;
    }

.valuation-value {
    font-weight: 400;
}

.cards > .card.IsraelCompanyBox {
    min-height: 130px;
}

@media only screen and (min-width: 200px) and (max-width: 980px){
    .deals panel {
        min-width: 94%;
    }
    .card .public-description{
        margin-top: 0;
        padding-top: 17px;
        border-top: 1px solid #ededed;
    }
}
