/* Wolframm|One System Requirement page styles.

   @file        system-requirements.css.ko
   @author      yhechler
   ========================================================================== */

/* ==========================================================================
   page styles
   ========================================================================== */

body {
    background: #fff;
}
main {
    color: #636363;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
}
main a {
    color: #dd1100;
}
main a:hover {
    color: #f77700;
}
main hr {
    background: #d6d6d6;
    border: none;
    height: 1px;
    margin: 0.25rem 0;
}
.page-wrapper {
    margin: 0 auto;
    max-width: 61.25rem;
    padding: 0 3.125rem;
    width: 100%;
}
#requirements {
    padding: 3.125rem 1rem 4rem 1rem;
}
#requirements h2 {
    color: #d51100;
    font-size: 2.8125rem;
    font-weight: 400;
    line-height: 2.9375rem;
    margin-bottom: 10px;
}
#requirements h3 {
    color: #e65a21;
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0;
    padding: 1.5rem 0 0.6875rem 0;
}
#requirements h4 {
    color: #dc0000;
    font-size: 1.125rem;
    font-weight: 400;
}
#requirements p {
    color: #535353;
    font-size: 1.0rem;
    line-height: 1.5rem;
    max-width: 43.75rem;
    padding-top: 0;
}
#requirements p.intro {
    font-size: 1.125rem;
    max-width: 35rem;
    width: 100%;
}
#requirements hr {
    max-width: 43.75rem;
    margin-top: 2rem;
}
#hardware-specifications h4, #available-platforms h4 {
    color: #dc0000;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}
#available-platforms h4 {
    margin-bottom: 1rem;
}
#available-platforms ul li {
    font-size: 0.8575rem;
}
#hardware-specifications ul {
    margin-top: 0.625rem;
}
#hardware-specifications ul li {
    color: #535353;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4375rem;
    max-width: 20rem;
    width: 100%;
}
.additional-notes {
    margin: 0 0 2rem 0;
    max-width: 37.5rem;
    width: 100%;
}
.additional-notes li {
    color: #313131;
    display: list-item;
    font-size: 11px;
    line-height: 18px;
    list-style: square;
    margin-left: 16px;
}
#requirements li:before {
    display: inline-block;
    height: 4px;
    margin: .7rem 0 0 -0.75rem;
    position: absolute;
    width: 4px;
}
#requirements a:link, #requirements a:visited {
    color: #d51100;
    outline: none;
    text-decoration: none;
}
#requirements a:hover {
    color: #f57300;
}
#requirements table {
    background: url("/common/images2010/m8/podGradientBG.gif") repeat-x #fff;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #dadada;
    margin-top: 2rem;
    max-width: 37.5rem;
    padding: 0;
    width: 100%;
}
#requirements th, #requirements td {
    text-align: left;
}
#requirements table h3 {
    color: #595959;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.75px;
    line-height: 1.125rem;
    padding: 1rem 1rem;
    text-transform: uppercase;
    min-width:90px;
}
#requirements table h3.red {
    text-align: center;
}
#requirements th {
    border-top: 3px solid #ee3939;
    font-weight: 600;
    letter-spacing: .075em;
    line-height: 1.125rem;
    text-transform: uppercase;
}
#requirements th {
    border-right: 1px solid #dadada;
}
#requirements tr>td:first-child {
    max-width: 70%;
    width: 100%;
}
#requirements td {
    border-left: 1px solid #dadada;
    border-top: 1px solid #dadada;
    font-size: 13px;
    font-weight: 600;
    padding: 0.75rem 0 0.625rem 1.25rem;
    text-align: left;
    vertical-align: top;
}
#requirements th {
    background-color: #f3f3f3;
    padding-left: 0.18rem;
}
#requirements td.c {
    background: url("/wolfram-one/system-requirements/img/checkmark.svg") no-repeat center center;
    background-size: 17px;
}
#available-platforms {
    border-left: 1px solid #dadada;
    padding-left: 1.25rem;
}
#available-platforms span {
    display: inline-block;
    padding: 0 0 0.5rem 0.625rem;
}
#requirements .caption {
    color: #313131;
    font-size: 11px;
    line-height: 1.125rem;
    margin-top: 0.25rem;
}
.question-icon {
    margin-bottom: 0.5rem;
    padding-right: 0.625rem;
    vertical-align: middle;
}
.contact-us {
    border-top: 1px solid #dadada;
    max-width:38.5rem;
    padding: 2rem 0;
}
.contact-us span {
    color: #000;
    font-size: 0.8125rem;
}
.contact-us span:hover {
    color: #dc0000;
}
/* ==========================================================================
   responsive breakpoint styles
   ========================================================================== */

/* styles for large screens (600px)
   ========================================================================== */

@media all and (max-width: 600px) {
    #requirements h3 {
        padding: 2.125rem 0 0.6875rem 0;
    }
    #available-platforms {
        border-left: none;
        border-top: 1px solid #dadada;
        margin-top: 1.5rem;
        padding: 1.5rem 0 0 0;
    }
}
