.oval-button {
	display: inline-block;
    text-align: center;
    line-height: 1.8;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid #355798;
    border-radius: 30px;
    padding: 0.85em 1em;
    font-size: 15px;
    background-color: transparent;
    color: #33559A;
    margin: 0 20px 0 0;
}

.oval-button:hover {
    background-color: #FEE134;
    background-color: rgba(254, 225, 52, 0.6);
}

.oval-button:focus { 
    outline: none; 
}

.oval-button__selected {
    border: 1px solid #888;
    border-radius: 30px;
    padding: 0.85em 1em;
    font-size: 15px;
    background-color: #FEE134;
    color: #33559A;
}

.auto-model__block {
    margin: 10px 100px; 
    font-family: 'Roboto', sans-serif;
    vertical-align: top;
}

.auto-model__group {
    display: inline-block; 
    margin-left: 70px;
    vertical-align: top;
}

.auto-model__title {
    font-size: 15px; 
    margin-top: 30px; 
    color: #BBBBBB;
}

.auto-model__list {
    font-size: 14px; 
    font-weight: 300; 
    margin-top: 10px; 
    color: #000;
}

.auto-model {
	list-style: none;
	margin-left: -20px;
    cursor: pointer;
}

.auto-model__selected {
	color: #33559A;
	font-weight: 400;
	list-style: disc;

    cursor: pointer;

/*      &:link,
      &:visited,
      &:hover,
      &:active {
        text-decoration: none;
      }
*/
}

#allrecords a {
    color: #33559A;
    text-decoration: none;
}

.sq-button {
	display: inline-block;
    text-align: center;
    line-height: 1.8;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid #355798;
    border-radius: 0;
    padding: 10px 50px;
    font-size: 15px;
    background-color: #355798;
    color: #fff;
    margin: 0 20px 0 0;
	font-weight: bold;
}

.sq-button:focus { 
    outline: none; 
}

