#addInspectionsReportModel .choose {
    margin-top: 12px;
    margin-left: 3px;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: solid 1px black;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}