/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10 31, 17, 5:18:29 PM
    Author     : Aljon Cambronero
*/

.agents-container{
    padding: 15px;
    background-color: #ffffff;
}

.agents-row{
    margin: 0;
    background-color: #f2f2f2;
    padding: 5px;
}

.col-block{
    background-color: #ffffff;
    margin: 5px;
    padding: 10px;
    height: 220px;
}

.img-container{
    padding: 10px;
}
span.text-muted{
    color: #d9d9d9;
}
.img-agent{
    margin: auto;
    display: block;
    height: 75px;
}

.agent-desc{
    overflow-y: hidden;
    width: 100%;
    height: 65px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-line-height{
    line-height: 150%;
}
a.col-link:hover, a.col-link:focus{
    text-decoration: none;
    color: inherit;
}
@media screen and (min-width: 768px) {
    .col-block{
        max-width: 310px;
    }
}