.row {
margin-bottom: 15px;
}


.container-content {
padding: 2%;
font-size: 18px;
}

.row > div {
border: 2px solid black;
background-color: grey;
}


.top-band {
width: 100%;
background: black;
font-size: 10px;
color: white;
}

.issue {
width: 40%;
}

.search_box {
height: 5%;
width: 60%;
}
