@charset "utf-8";
/* CSS Document */
.row{max-width: inherit;}
p, dl, ol, ul{line-height:inherit;}
a:focus, a:hover{color:inherit;}
h1, h2, h3, h4, h5, h6{color:inherit;}
label{font-size:inherit;line-height:inherit;font-weight:inherit;color:inherit;}
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea{
    display: block;
    box-sizing: border-box;
    width: inherit;
    height: inherit;
    margin: inherit;
    padding: inherit;
    border: inherit;
    border-radius: inherit;
    background-color: inherit;
    box-shadow: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    -webkit-transition: inherit;
    transition: inherit;
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
}

input[readonly], textarea[readonly]{background-color: #FFF; cursor: inherit;}
hr{max-width:none;}
.tabs-title>a:focus, .tabs-title>a[aria-selected=true], .tabs-title>a:hover{background: inherit;color: inherit;}
.tabs-content {
    border: inherit;
    background: inherit;
}
.tabs-panel{padding:2rem 0 0;}