.BoardLogo150 { border-radius:32px; height:150px; width: 150px; margin-left:4px; }
.sbjtable { min-width:350px; }
.sbjtable .sbjtd { vertical-align:top; }
.sbjtablelg { min-width:400px; background-color: #DEDEDE; margin-left:auto; margin-right:auto; }
.sbjheadsml { text-align:center; padding-left: 10px; padding-right:10px; padding-bottom:4px; font-weight:normal; }
.sbjheadsml th {font-size:10pt; font-weight: normal;}
.sbjhead td { text-align:center; }
.sbjtitle { word-wrap: break-word; }

a.anchor { /* Anchor fix for header height */
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

#sbjtopleft {
        width: 158px;
        margin-right:10px;
        float: left;
}

#sbjtopright {
        margin-left:10px;
        margin-right:5px;
        max-height:152px;
        float: right;
        background-color: #DEDEDE;
}

#sbjnextleft { 
        width: 158px; 
        margin-right:10px; 
        margin-bottom:5px;
        float: left;
        clear: left;
}

#sbjnextright { width: 350px; float: right; margin-right:10px;}

#sbjsmlhdrleft {
    width: 158px;
    margin-right:10px;
    margin-top: -5px;
    float: left;
}

#sbjsmlhdrctr {
    width:100%;
}

#sbjsmlhdrrt {
    margin-top: -5px;
    width: 150px;
    margin-left:10px;
    float: right;
    clear: right;
}

#canvasdiv { 
    position: relative; 
    height:160px; width:350px; 
}

#canvas {   
    background-image: url('images/logo-389x42.png'); 
    background-size: 40%;
    background-position: 95% 5%;
    background-repeat: no-repeat;
}

.switch-field {
  font-family: Arial, Helvetica, sans-serif;  
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}

.sf_three { width: 300px;}
.sf_two { width: 200px; margin-bottom: 10px; }

.switch-title {
  margin-bottom: 6px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field a, .switch-field label {
  float: left;
}

.switch-field a, .switch-field label {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  display: inline-block;
  text-decoration: none;
  width: 70px;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

.switch-field a:hover, .switch-field label.hover {
    cursor: pointer;
    text-decoration: underline;
}

.switch-field input:checked + a, .switch-field input:checked + label {
  background-color: #ADD8E6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.switch-field a:first-of-type, .switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field a:last-of-type, .switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}
