  /* .card {
    background-color:#efefef;
    border: 1px solid black;
    height:125px;
    width: 268px;    
    margin-bottom: 20px;
    position: relative;
}

.projectCard {
    background-color:#efefef;
    border: 1px solid black;
    height:195px;
    width: 325px;    
    margin-bottom: 20px;
    position: relative;
}

.projectCardHeight{
    max-height:194px;
    overflow-x:hidden;
    overflow-y:auto;
}

.cardHeader {
    background-color: #336699;
    font-size:11pt;
    font-weight:bold;
    color:white;
    padding:5px;
}

.cardClose {
    color: white;    
    font-weight:bold;
    margin-right:5px;
}

.cardContainer {
    width:90%;
}

.cardBody {
    padding-left: 5px;
}

.cardBodyRight {
    margin-left:20px;
    margin-top:10px;
}

.cardImage {
    height:50px;width:50px;margin-top:10px;
} */