table  {
	width: 100%;
}

.requestList td, .requestList th {
	text-align: center;
}

.requestList tr {
height: 28px;
}

.requestList .comment {
	width: 60%;
}

.requestList .date {
	width: 10%;
}

.doneCol {
	text-transform: uppercase;
	font-weight: bold;
}

.doneRow {
	color: green;

}


.button, .memorial .button, .requestList .button {
 padding: 2px;
 width: 50px;
 margin: 0 2px;
 font-size: medium;


}

.commentCol {
width: auto;
}

.requestList .adminButtonsCol {
width: 220px;
}

.ignoreList .adminButtonsCol, .ignoreList .adminButtonsCell, .modList .adminButtonsCol, .modList .adminButtonsCell {
width: 80px;
}


.adminButtonsColThree {
width: 180px;
}

.idCol, .linkCol, .positionCol{
width: 20px;
}

.gameCol {
width: 32px;
}

.voteCol, .voteCell {
width: 75px;
text-align: center;

}

.guideRequests {
margin: 5px;
border-spacing: 15px;
}

.guideRequests tr {
border-bottom: 1px solid #135e5b;

}

.nameCol, .enteredCol, .timeCol {
width: 120px;
}

.doneCol {
width: 40px;
}

#filterDD {
width: 156px;
}

.inSave, .alive {
color: darkgreen;
}

.notInSave, .dead {
color: darkred;
}

.vodLink{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(https://downloads.2kgames.com/xcom_franchise/eJHmc23DbPwJJVKfO4Ya/images/nav/media-turquoise.svg);
    margin-right: 10px;
    -webkit-transition: color .5s;
    transition: color .5s;
	background-position: center;
    background-repeat: no-repeat;
	text-align: center;
}

.vodLink:hover{
background-image: url(https://downloads.2kgames.com/xcom_franchise/eJHmc23DbPwJJVKfO4Ya/images/nav/media-white.svg);
}

form {
margin: 0px;
padding: 0px;
display: inline;
}

.mg-slide {
margin-bottom: 50px;
}

td {
text-align: center;
}

.confirmation, .message {

    background: black;
    width: 80%;
    text-align: center;
    margin: 40px auto 0;
    border: 2px solid red;
    padding: 5px
}

.message {
border: 2px solid yellow;
}

select {
padding: 0 15px 0 0;
}

.bigButton {
width: 500px;
display: block;
}

.patchnotes {
list-style: square;
list-style-position: inside;
padding-left: 20px;
text-align: left;

}

.icon {
width: 16px;
height: 16px;
}

.downvoted {
color: red;
}

.upvoted {
color: lightgreen;
}

.grayed {
color: gray;
}

.gameIconHeader {
height: 28px;
width: 28px;
}

.gameIconTable {
width: 32px;
height: 32px;
}

.titleInput {
width: 89%;
}

#descInput {
	width: 100%;
	height: 150px;
	text-align: left;
	vertical-align: top;
}

.prominent {
width: 60%;
height: 50px;
vertical-align: middle;
text-align: center;
padding: auto;
}

.gameDropdown {
	width: 10%;
	margin-left: 1%;
	text-align: center;

}

.content {
text-align: center;
}

h4 {
display: inline;
}

.topRight {
float:right;
top: 0px;
right: 0px;
margin: 0px;
}

.contentCell {
padding: 20px 0;
}

.red {
color: red;
}