@charset "utf-8";
/* CSS Document
srfStyles.css
09/19/19
updating the styles to integrate into technovice

*/

form fieldset img {
    float: right;
    width: 40%;
    margin-top: -10px;
}

form fieldset input[type=number] {
    width: 30%;
}

main ul.errorList {
    margin-left: 40px;
    color: red;
}

details div span {
    color: red;
}

table#radicalTable {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 20px;
}

table#radicalTable td {
    border: none;
}

table#radicalTable th {
    color: #F63;
    padding: 10px;
    border: none;
}

table#radicalTable tr td:first-child {
    text-align: right;
    padding-right: 20px;
    font-style: italic;
}

table#radicalTable tr th {
    text-align: center;
    padding-left: 0px;
}

table#radicalTable tr th:first-child {
    text-align: right;
    padding-right: 20px;
}

caption {
    margin-bottom: 10px;
    color: #F60;
    font-weight: bold;
    text-align: left;
    margin-left: 0px;
    display: none;
}

table#radicalTable tr {
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}

table#radicalTable td {
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (min-width: 600px) {

    /*red*/
    table#radicalTable {
        width: 500px;
    }
}
