#sitebody {
	/*the element #sitebody*/
	/*Narset: https://i.imgur.com/aikmN4H.jpg*/
	/*Narset2.0: https://i.imgur.com/Zz1RC6o.jpg*/
	/*Scion: https://i.imgur.com/ihid6Nr.png*/
	background-image: url('https://i.imgur.com/O4Cps7i.jpg');	/*link to the image I want to use for my background*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover
	background-size: cover;	
	background-attachment: fixed;				        /*"fixed" here means the background won't move when you scroll*/			
	} 

.navbar-fixed-top {
	/*navbar at the top of the page*/
	background: rgba(30, 30, 30, 0.75);
	}

#masthead {
	/*TO featured deck*/
	background: rgba(30, 30, 30, 0.75);
	}

.jumbotron {
	/*player description*/
    	background: rgba(30, 30, 30, 0.75);
	}

#desktop {
    	background-image: none;
    	background-repeat: repeat-x;
    	padding-top: 18px;
    	padding-bottom: 18px;
	}

.bottom-divider {
	border-bottom: none;
	}

div.row.deck-ad-snippet {
	display: none;
	}



#body 
.navbar-default {
	/*the navbar that lists a user's threads, deck folders, and decks*/
	background: rgba(30, 30, 30, 0.75);
	border: 2px solid rgb(100, 100, 100);	/*defines the boarder around the element*/
	}

.well {
	/*container for the wall, recently viewed, friends, and other tabs*/
	border: none;		/*gets rid of the border around this element*/
	background: rgba(30, 30, 30, 0.75);
	}

.deck-row-lg {
	/*list of decks*/
    	background: rgba(30, 30, 30, 0.75);
	}

.col-md-5 .table {
	/*table below deck list*/
	display: none;
	}

/***********UPVOTE BUTTON***********/
.vote-link{
    color:#fbfbfb!important;
    border-color:#5bc0de;
    background-color:rgba(0,0,0,.7);
    font-weight:700;
    margin-right:1px
    }

.vote-link:hover,a.vote-link.btn.btn-success:hover{
    background-color:#5bc0de!important;
    color:#fff!important;
    border-color:#5bc0de!important
    }


/***********PLAYTEST BUTTON***********/
a.btn.btn-secondary.btn-primary{
    /*Playtest Color*/
    border-color:#5bc0de;
    color:#fff;
    background-color:rgba(0,0,0,.7)
    }

a.btn.btn-secondary.btn-primary:hover{
    /*Playtest Hover Buttom*/
    border-color:#5bc0de;
    color:#fff;
    background-color:#5bc0de
    }


/***********FEATURE QUEUE BUTTON***********/
a.btn.btn-success.btn-block.feature.feature-link{
    border-color:#5bc0de;
    color:#fff;
    background-color:rgba(0,0,0,.7)
    }

a.btn.btn-success.btn-block.feature.feature-link:hover{
    border-color:#5bc0de;
    color:#fff;
    background-color:#5bc0de
    }

/***********AUTO-SUGGESTIONS AND COMPARE TO INVENTORY BUTTONS***********/
a.btn.btn-warning{
    border-color:#5bc0de;
    color:#fff;
    background-color:rgba(0,0,0,.65)
    }

a.btn.btn-warning:hover{
    border-color:#5bc0de;
    color:#fff;
    background-color:#5bc0de
    }


/***********CARDHOARDER***********/
button.btn.btn-secondary.btn-warning{
    border-color:#5bc0de;
    color:#fff;
    background-color:rgba(0,0,0,.65)
    }

button.btn.btn-secondary.btn-warning:hover{
    border-color:#5bc0de;
    color:#fff;
    background-color:#5bc0de
    }

/***********CARD KINGDOM?????????????***********/
button.btn.btn-block.btn-warning{
    border-color:#5bc0de;
    color:#fff;
    background-color:rgba(0,0,0,.65)
    } 

button.btn.btn-block.btn-warning:hover{
    border-color:#5bc0de;
    color:#fff;
    background-color:#5bc0de
    }

/***********THE LITTLE VOTES/PLATESTV1 AND AUTOSUGGESTIONSV1***********/
a.btn.btn-default{
    border-color:#5bc0de;
    color:#fff;
    background-color:rgba(0,0,0,.65)
    }

a.btn.btn-default:hover{
    border-color:#5bc0de;
    color:#fff;
    background-color:#5bc0de
    }

table{
    max-width:100p%;
    background-color:rgba(91,192,222,.1)
    }

div.progress-bar.progress-bar-warning{
    background-color: #f63f12 
    }

p.comp-progress-label-comp {
    float: right;
    color: #f63f12;    
    }

.btn-warning {
    color: #fff;
    background-color: #f63f12;
    border-color: #f63f12;
    }

.btn-warning:hover {
    color: #fff;
    background-color: #f63f12;
    border-color: #f63f12;
    }




