
html{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.sb-header{
    display:block;
    padding: 1rem;
    padding-top:0;
}

.sb-banner{
    display:block;
    font-size: 2rem;
    text-align: center;
    border-radius: 6px;
    background-color:#f0870a;
    font-weight: 600;
    margin-top:-53px;
}

.sb-logo{
    width:140px;
    height:140px;
}

.sb-main{
    padding:1rem;
}

a:link,
a:active,
a:visited,
a:hover
{
    text-decoration: none;
    color:#000;
}
.sb-label{
    font-size:3rem;
    font-weight: 500;
    width:100%;
}
.sb-link-wrap{
    border:solid 2px #f0870a;
    background-color: #eccaa0;
    border-radius: 4px;
    display:block; 
    width:100%; 
    text-align: center;  
}

.sb-image-link{
    height:200px
}
.sb-button-text{
    display:block;
    width:100%;
    text-align: center;
    font-size: 3rem;
}

.sb-toolbar{
    display:block;    
    padding-bottom:0.5rem;
}
.sb-tool{
    display:block;
    width:100%;
}
.sb-toolbar .sb-tool a{
    display:block;
    background-color: #eccaa0;
    color:#000;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    border: 2px solid #f0870a;
    border-radius: 4px;
    font-size: 2.8rem;
    font-weight: 500;
    margin-bottom:1rem;
    margin-top:-1rem;
    height:3rem;

}
.sb-select{
    display:block;
    width:100%;
    border: 2px solid #f0870a;
    min-width:140px;
    border-radius: 4px;
    height:4rem;
    font-size: 3rem;
}
.sb-frame-wrap{
    display:block;
}

.sb-frame{
    display:block;
    width:100%;
    min-height:600px;
    border:0;
    overflow: scroll;
}

.sb-button{
    display: inline-block;
    margin-bottom:30px;
}
.sb-button img{
    max-width: 100px;
}
.sb-button .sb-button-icon img{
    max-width:100px;
}
.sb-button .sb-button-text{
    margin-left:85px;
    margin-top:-75px;
    font-size:2rem;
    padding-left:10px;
    border: solid 2px #000;
    border-left:0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    width:300px;
    background-color: #eccaa0;
}