.containerChild{
    padding: 0;
    min-height: 270px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.padd{
    padding-left: 10px;
    padding-right: 10px;
}

#containerChildren{
    width: 100%;
    padding: 0;
    margin: 0 !important;
}

/* #containerChildren{
    padding-left: 5px;
    padding-top: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}

@media all and (min-width: 1024px) {
    #containerChildren {
        width: 750px;
    }
}

@media all and (min-width: 1030px) {
    #containerChildren {
        width: 970px;
    }
}

@media all and (min-width: 1500px) {
    #containerChildren {
        width: 1120px;
    }
}       */

.leftAlign{
    text-align: left;
}

.noPad{
    padding: 0;
}

#textdivChildren{
    overflow: hidden;
    padding-top: 8px;
    padding-bottom: 8px;
}

.littleSpace{
    margin-top: 15px;
}

.sameHeightChild{
    /*line-height: 1.5em;
    height: 3em;        height is 2x line-height, so two lines will display */
    overflow: hidden;  /* prevents extra lines from being visible */
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: center;
    height: 40px;
}

.sameHeightText{
    line-height: 1.5em;
    height: 5em;        /*height is 2x line-height, so two lines will display */
    overflow: hidden;  /* prevents extra lines from being visible */
}

.title{
    padding-top: 20px;
    padding-bottom: 10px;
}

.titleChild {
    font-weight: 600;
}

.titleChild:hover {
    font-weight: 600;
    color: #76be4d;
}
