tr.bc-row {
    height:48px;
}
tr.bc-row td {
    vertical-align: middle;
    padding-left: 3px;
}
tr.bc-row td.col1 {
    background-repeat: no-repeat;
}
tr.bc-row td.col2 {
    color: #3f3f3f;
    background-repeat: no-repeat;
}
tr.bc-row td.col3 {
    background-repeat: no-repeat;
    vertical-align:middle;
    text-align:center;
}
.title-col3 {
    vertical-align:middle;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bc-hand {
    color: #3f3f3f;
    cursor: pointer;
    cursor: hand;
}

.fixedTable { table-layout:fixed; width: 100%; }
.viewDetails a:link,
.viewDetails a:visited,
.viewDetails a:hover,
.viewDetails a:active {
    postion: relative;
    color: #055bad;
    text-decoration: none;
    margin-left: 29px;
}

#bc-openclose {
    font-size: 1.2em;
}

.browserCheck-title {
    font-size: 1.2em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#initialize {
    position: absolute;
    top: -15;
    right: 10
}

#browserCheck tbody {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#browserCheck {
    border: 2px #3f3f3f solid;
    -webkit-border-radius: 6px;
    -moz-border-raius: 6px;
    border-radius: 6px;
    padding: 4px;
}
/*#bc-Browser {*/

/*}*/
tbody .styles td {
    padding: 6px 0 6px;
}
tbody .styles:hover {
    background: #eaeaea;
}

#browserCheck td.title-col3 {
   /* position: absolute;
    margin-left: 10px;*/
    text-align: right;
}
.bc-hand img {
    margin-top: 2px;
}
