.carmasummary {
    display: inline;
}

#mycontent .carmasummary a {
    text-decoration: none;
}

#mycontent .carmasummary .linkinfo, .carmasummary .linkinfo {
    color: white;
    font-weight: bold;
    background-color: #e07900;
    padding: 5px;
}

#mycontent .carmasummary .linkinfo:hover, .carmasummary .linkinfo:hover {
    background-color: orange;
}

#mycontent .carmasummary .linkplus, .carmasummary .linkplus {
    color: green;
    font-weight: bold;
    padding: 5px;
}

#mycontent .carmasummary .linkplus:hover, .carmasummary .linkplus:hover {
    background-color: green;
    color:white;
}

#mycontent .carmasummary .linkminus, .carmasummary .linkminus {
    color: red;
    font-weight: bold;
    padding: 5px;
}

#mycontent .carmasummary .linkminus:hover, .carmasummary .linkminus:hover {
    background-color: red;
    color:white;
}
