/* MyCCs.css  */

.MyCC-rbi { /* Responsive Background Image */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.MyCC-lamb {
    background-image: url('lamb.jpg');
}

/* These are used by the search form. */

.MyCC-search-title {
    font-size: 1.5rem;
}
.MyCC-match {
    color: #1C46EC70;
}
.MyCC-match em {
    font-style: normal;
}
/* These are inserted by MySearch.php */
.MyCC-search {
    background-color: rgba(00, 255, 0, 0.44);
}
.MyCC-search-error {
    background-color: rgba(255, 0, 0, 0.44);
}
.MyCC-search-list {
    list-style-type: none;
}
.MyCC-search-list-item {
    padding: 12px 0;
    margin: 0;
    border-bottom: 1px solid #dee2e6;
}
.MyCC-search-submit-button {
    border-radius: 50px;
    padding: 10px 30px;
    background: #47b2e4;
    border: 0px;
    color: #ffffff;
}
