/** chrome-extension://lnkdbjbjpnpjeciipoaflmpcddinpjjp/mytube.css   there was something extremely similar named like two elements above, but was .js **/
.mytube-div{
    background-color: #f8f8f8;
    border: 1px solid #b1b1b1;
    border-collapse: collapse;
    margin: 1px;
    padding: 0;
}

.mytube-welcome-div .no-border{
    border: none;
}

.mytube-pref-div{
    border-top: none;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

.mytube-welcome-div{
    text-align: left;
    width: 700px;
}

.mytube-menu-div{
    border-top: none;
    position: absolute;
    z-index: 9999;
}

.mytube-header-text{
    color: #333333;
    font-family: arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.mytube-pref-header-div{
    text-align: center;
    width: 100%;
}

.mytube-pref-footer-div{
    text-align: center;
    width: 100%;
}

.mytube-welcome-header-div{
    color: black;
    text-align: center;
    width: 100%;
}

.mytube-welcome-footer-div{
    text-align: center;
    width: 100%;
}

.mytube-div table{
    border-bottom: none;
    border-collapse: collapse;
    border-left: none;
    border-right: none;
    border-top: none;
    color: #636363;
    font-family: arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 11px;
    margin: auto;
    width: 100%;
}

.mytube-div .welcome-table{
    background-color: white;
    color: black;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
}

.mytube-div input, .mytube-div select{
    border: 1px solid #b1b1b1;
    border-radius: 0px;
    color: #636363;
    font-family: arial, sans-serif;
    font-size: 11px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 3px;
    padding-top: 0px;
    vertical-align: middle;
}

.mytube-div .first-td{
    text-align: center;
    width: 25px;
}

.mytube-pref-div .first-td{
    height: 20px;
}

.mytube-div td{
    border: 1px solid #b1b1b1;
    padding: 2px 5px;
    text-align: left;
    vertical-align: middle;
}

.mytube-div tr{
    border: none;
    border-collapse: collapse;
}

.mytube-div .last-tr{
    border-bottom: none;
}

.mytube-div .settings-span{
    cursor: pointer;
    text-decoration: underline;
}

.mytube .first-td{
    width: 25px;
}

.mytube .mask-div{
    background-color: #C0C0C0;
    display: none;
    height: 0px;
    left: 0px;
    moz-opacity: 0.6;
    opacity: 0.6;
    position: absolute;
    top: 0px;
    visibility: hidden;
    width: 0px;
    z-index: 10;
}

.mytube-div .hidden-div{
    display: none;
    visibility: hidden;
}

.mytube-div .warning{
    color: red;
}

.mytube-div .settings-table .header-tr{
    background-color: white;
}

.mytube-div .inline{
    display: inline;
}

.mytube-div td div{
    vertical-align: middle;
}

.mytube-div td div img{
    border: 0px;
    margin: 0px;
    padding: 0px;
    vertical-align: text-top;
}

.mytube label{
    cursor: pointer;
}

.mytube-div label{
    color: inherit;
    display: inline;
    font-size: inherit;
}

.mytube .help-img{
    height: 16px;
    margin-left: 5px;
    vertical-align: inherit;
    width: 16px;
}

.mytube-div .mytube-styled-checkbox {
    width: 16px;
    height: 16px;
    display: block;
}

.mytube-div .mytube-styled-checkbox input {
    position: absolute;
    left: -9999px;
}

.mytube-div .mytube-play,
.mytube-div .mytube-play:hover,
.mytube-div .mytube-stop {
    width: 32px;
    height: 32px;
}

.mytube-div .mytube-notification-status {
    width: 16px;
    height: 16px;
    display: inline-block;
}

.mytube-div .mytube-repeat,
.mytube-div .mytube-no-repeat {
    margin-left: 6px;
}

.mytube-div .mytube-repeat {
    background: transparent url('chrome-extension://lnkdbjbjpnpjeciipoaflmpcddinpjjp/icons/repeat.png') no-repeat 0px 0px;
}

.mytube-div .mytube-no-repeat {
    background: transparent url('chrome-extension://lnkdbjbjpnpjeciipoaflmpcddinpjjp/icons/no-repeat.png') no-repeat 0px 0px;
}

.mytube-div .mytube-stop {
    background: transparent url('chrome-extension://lnkdbjbjpnpjeciipoaflmpcddinpjjp/icons/stop.png') no-repeat 0px 0px;
}

.mytube-div .mytube-stop:hover {
    background: transparent url('chrome-extension://lnkdbjbjpnpjeciipoaflmpcddinpjjp/icons/stop-hover.png') no-repeat 0px 0px;
}

.mytube-div .mytube-play {
    background: transparent url('chrome-extension://lnkdbjbjpnpjeciipoaflmpcddinpjjp/icons/play.png') no-repeat 0px 0px;
}

.mytube-div .mytube-play:hover {
    background: transparent url('chrome-extension://lnkdbjbjpnpjeciipoaflmpcddinpjjp/icons/play-hover.png') no-repeat 0px 0px;
}

.mytube-div .mytube-notification-status-information {
    background: transparent url('chrome-extension://lnkdbjbjpnpjeciipoaflmpcddinpjjp/icons/information.png') no-repeat 0px 0px;
}

.mytube-div .mytube-notification-status-error {
    background: transparent url('chrome-extension://lnkdbjbjpnpjeciipoaflmpcddinpjjp/icons/error.png') no-repeat 0px 0px;
}

.mytube-div .mytube-notification-status-exclamation {
    background: transparent url('chrome-extension://lnkdbjbjpnpjeciipoaflmpcddinpjjp/icons/exclamation.png') no-repeat 0px 0px;
}
