.centeredBottomAd{

	margin-left: auto;
	margin-right: auto;
	width: 728px;
	height: 90px;
}

#insticator-container *{
	margin-left:auto;
	margin-right:auto;
}

.table-layout {
    display:table;
    width:100%;
}
.table-layout .table-cell {
    display:table-cell;
    border:solid 1px #ccc;
}

.fixed-width-215 {
    width:215px;
}

.vote-btn {
	display: inline-block;
	width: 292px;
	height: 184px;
}

.vote-btn-1 {
	background-image: url('https://s3-us-west-2.amazonaws.com/twc.images/voteimages/bttntwc1.png');
}

.vote-btn-2 {
	background-image: url('https://s3-us-west-2.amazonaws.com/twc.images/images/voteimages/bttntwc2.png');
}

.vote-btn-3 {
	background-image: url('https://s3-us-west-2.amazonaws.com/twc.images/images/voteimages/bttntwc3.png');
}

.vote-btn-4 {
	background-image: url('https://s3-us-west-2.amazonaws.com/twc.images/images/voteimages/bttntwc4.png');
}

.vote-btn-5 {
	background-image: url('https://s3-us-west-2.amazonaws.com/twc.images/images/voteimages/bttntwc5.png');
}

.vote-btn-6 {
	background-image: url('https://s3-us-west-2.amazonaws.com/twc.images/images/voteimages/bttntwc6.png');
}

.vote-btn-7 {
	background-image: url('https://s3-us-west-2.amazonaws.com/twc.images/images/voteimages/bttntwc7.png');
}

.vote-btn-8 {
	background-image: url('https://s3-us-west-2.amazonaws.com/twc.images/images/voteimages/bttntwc8.png');
}

.col1 {
width: 55px;
}

.heart-btn:active{
	color: red;
}

.info-btn:active{
	color: red;
}

.category-filter {
	/*height: 106px;*/
}

.bordered {
	border: solid 1px  rgba(240, 74, 22, .8);
}

.inline-ad {
	display: inline-block;
	margin: 6px;
}

.datepicker {
	color: black;
}

@keyframes highlight {
  0% {
    background: none;
  }
  30% {
    background: #fa570a;
  }
  70% {
    background: #fa570a;
  }
  100% {
    background: none;
  }
}

.addedRow {
  animation: highlight 1.5s;
}

.modal-dialog .fullscreen {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.btn-link.btn-xs {
color: var(--center-link);
padding: 0px;
font-size: 11px;
}
.btn-link:hover {
	color: var(--content-bkg);
}

.sub-nav {
	font-size: 10px;
}

.form-control[readonly] {
	background-color: #bbb;
	color:white;
}

.datepicker-inline thead tr {
	background-color:white;
}

.datepicker-inline {
	background-color: white;
	padding-left:5px;
	padding-bottom: 5px;
}

.gitkit-user-card-menu {
	z-index: 10000;
}

.gitkit-id-user-card-menu {
	z-index: 10000;
}

.table-center-alignment {
	width: 0%;
}
@media screen and (min-width: 1510px)
{
	.table-center-alignment {
		width: 3%;
	}
}
@media screen and (min-width: 1580px)
{
	.table-center-alignment {
		width: 7%;
	}
}
@media screen and (min-width: 1685px)
{
	.table-center-alignment {
		width: 12%;
	}
}
@media screen and (min-width: 1835px)
{
	.table-center-alignment {
		width: 18%;
	}
}
@media screen and (min-width: 2110px)
{
	.table-center-alignment {
		width: 25%;
	}
}
@media screen and (min-width: 2525px)
{
	.table-center-alignment {
		width: 28%;
	}
}
@media screen and (min-width: 2825px)
{
	.table-center-alignment {
		width: 31%;
	}
}
