@charset "utf-8";

.pageLead {
    margin: 50px auto 0px auto;
}

.pageLead a {
	text-decoration: underline;	
}

.pageLead .note {
	font-size: 14px; 
}

#modelSelect_wrapper {
    width: 90%;
    text-align: center;
    margin: 30px auto;
}
#modelSelect_wrapper select {
    width: 30%;
    min-width: 300px;
    font-size: 16px;
    color: #555;
    margin: 12px 20px;
    padding: 4px 8px;
    border: none;
    outline: none;
    border-bottom: solid 1px #ccc;
}
#modelSelect_wrapper .products {
    position: relative;
    cursor: pointer;
    text-align: center;
    margin-bottom: 12px;
}
#modelSelect_wrapper .products a {
    color: #575757;
    text-decoration: none; 
}
#modelSelect_wrapper .products a:hover {
    color: #575757;
    text-decoration: underline; 
}
#modelSelect_wrapper .productName {
    position: relative;
    cursor: pointer;
    text-align: center;
    color: #575757;
    text-decoration: none;
    font-size: 16px;
}
#products_wrapper {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: space-around;
}

@media only screen and (min-width:641px) and (max-width:999px) {
    
}

@media only screen and (max-width: 640px) {
    #modelSelect_wrapper select {width: 60%;}
    #modelSelect_wrapper .products {max-width: 40%;}
}

