.row-header {
  margin: 0px auto;
  padding: 0px 0px;
}
.row-content {
  margin: 0px auto;
  padding: 50px 0px;
  border-bottom: 1px ridge;
  min-height: 400px;
}
.row-footer {
  margin: 0px auto;
  padding: 20px 0px;
  background-color: #AfAfAf;
}
.jumbotron {
  margin: 0px auto;
  padding: 70px 30px;
  background: black;
  color: floralwhite;
}
.carousel {
  background: #1a237e;
}
.carousel .item {
  height: 300px;
}
.carousel .item img {
  left: 0;
  min-height: 300px;
  position: absolute;
  top: 0;
}
.navbar-inverse {
  background: silver;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .active > a {
  background: #1a237e;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .active > a:hover {
  background: #1a237e;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .active > a:focus {
  background: #1a237e;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .open > a {
  background: #1a237e;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .open > a:hover {
  background: #1a237e;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .open > a:focus {
  background: #1a237e;
  color: #ffffff;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  background-color: #969292;
  color: #eeeeee;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #000000;
}
.navbar-inverse .navbar-nav .open .dropdown-menu {
  background-color: #303f9f;
  color: #eeeeee;
}
address {
  color: #0f0f0f;
  font-size: 80%;
  margin: 0px;
}
body {
  align: center;
  padding: 50px 0px 0px 0px;
  z-index: 0;
}

.tab-content {
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 10px;
  min-height:420px;
  background:whitesmoke;
}
.affix {
  top: 100px;
}
#carouselButtons {
  bottom: 0px;
  position: absolute;
  right: 0px;
}

/* Form Styles */

input {
  width: 100%;
  display: inline-block;
  font-weight: 100;
  padding: 15px;
  margin: 5px 0;
  font-size: 1em;
  font-weight: 100;
  color: #475B62;
  border: 1px solid #C5C5C5;
  border-radius: 4px;
  outline: 0;
}

input[type=radio] {
  width: auto;
}

/*

.ng-enter.ng-enter-active,
.ng-leave {
  opacity: 1;
  height: 80px;
  overflow: hidden;
}

.ng-leave.ng-leave-active,
.ng-enter {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.btn {
    display: inline-block;
    padding: 12px 24px;
    margin-bottom: 0;
    font-size: 1.3rem;
    font-size: 400;
    line-height: 140%;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #C61C6F;
    color: white;
    background-color: #2D8BCF;
    background-size: 18px 18px;
    min-width: 28px;
    min-height: 28px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
         -o-user-select: none;
            user-select: none;
}


.btn .btn-left { float: left; }
.btn .btn-right { float: right; }
.btn:hover { background-color: #DC322F; }

.btn-list { background-image: url(../images/icons/icon_list.png); }
.btn-checkin { background-color: #859835; background-image: url(../images/icons/icon_checkmark.png); }
.btn-delete { background-color: #C94C24; background-image: url(../images/icons/icon_trash.png); }
.btn-love { background-image: url(../images/icons/icon_heart.png); }
.btn-email { background-image: url(../images/icons/icon_email.png); }
.btn-meeting { background-image:  url(../images/icons/icon_meeting.png); }

.btn-pick {
  background: #2D8BCF url(../images/icons/icon_dice.png) 5px center no-repeat;
  background-size: 20px 20px;
  padding: 5px 5px 5px 30px;
  font-size: .8em;
  margin: 0 auto;
}

.btn-reset {
  background: #CB4B19 url(../images/icons/icon_reset.png)  5px center no-repeat;
  background-size: 20px 20px;
  padding: 5px 5px 5px 50px;
}
*/
body  {
  font-family: Lato, 'Helvetica Nueue', Helvetica, Arial, sans-serif;
  font-size:1.5rem;
  line-height: 160%;
  color: #555459;
  line-height: 1.5rem;
  background-color: black;
}

.card {
  background: white;
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px;
  text-align: center;
  position: relative;
  opacity: .95;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 1px 0 rgba(0,0,0,.25);
}



.textintro h1 {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

h1 {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 10px;
    padding-top: 10px;
    font-weight: 700;
    font-family: Lato,appleLogo,sans-serif;
    margin: 0 0 1rem;
}

.center {
    margin: auto;
    width: 88%;
    border: 3px solid grey;
    padding: 10px;
    margin-top: 50px;
}

.final_result{
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: fgHeavyitalic, sans-serif;
    text-transform: uppercase;
    min-width: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    padding: 3px;
    margin: 3px 0px;
}
.final_result.win{
    background: rgb(0, 153, 0);
}
.final_result.loss {
    background: rgb(204, 0, 0);
}

.final_result.dq{
    background: rgb(250, 131, 12);
}
.final_result.nc {
    background: rgb(156, 144, 132);
}

.final_result.navi {
    background: rgb(83, 101, 237);
}

.fightContainer {
    padding: 5px;
    margin-bottom: 10px;
    width: 100%;
    height: 350px;
    border-width: medium;
    background-image: url(http://www1.cdn.sherdog.com/2352/img/w/bk_black_left.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: black;
	color:white;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #cac2c2;
}

.upper{
    text-transform: uppercase;
	color:gold;
	font-weight:bolder;
}
.left{height:100%; 
width:40%;
max-width:300px;
float:left;}

.row2Right{height:100%;width:50%;float:left;}
.row3{width:100%;}
.row1{height:33%; border-bottom-style:dotted; margin-bottom:10px; border-bottom-color:grey;}
.row2{height:33%; width:100%; border-bottom-style:dotted; margin-bottom:10px; border-bottom-color:grey;}
.details{height:100%; float:left;width:50%;}
.right{height:100%; width:60%; float:left; padding-left:10px;}
.born{float:left; height:100%; width:50%;}
.from{float:left; height:100%; width:50%;}
.height{float:left; height:100%; width:50%;}
.weight{float:left; height:100%; width:50%;}
.association{float:left; height:50%; width:100%;}
.weightclass{float:left; height:50%; width:100%;}

.tab-content {
	border-top:10px solid black;
	border-bottom:10px solid black;
    border-left: 5px solid black;
    border-right: 5px solid black;
    padding: 10px;
    min-height: 420px;
}

.row0{
color: whitesmoke;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
	border:0px;
	background-color:whitesmoke;
}

.row-footer {
    margin: 0px auto;
    padding: 20px 0px;
    background-color: whitesmoke;
}

.navbar-inverse {
    background-color: #222;
    border:0px;
	background: whitesmoke;
    color: #ffffff;
}


.table-hover tbody tr:hover  {
  background-color: gold;
}

.navbar-inverse .navbar-nav>li>a:hover
{
	color: black;
	
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 40px;
    font-weight: 900;
	color: black;
	font-style: italic;
	font-family: fgHeavyitalic, sans-serif;
    text-transform: uppercase;
}
.nickital{
/*    color: rgb(204, 0, 0);*/
    color: gold;
	font-size: 44px;
	font-family: fgHeavyitalic, sans-serif;
    text-transform: uppercase;
	 text-shadow:5px 5px 10px black;
}
.titleital {
    /* color: rgb(204, 0, 0); */
    color: gold;
    font-size: 44px;
    font-family: fgHeavyitalic, sans-serif;
    text-transform: uppercase;
    text-shadow: 5px 5px 10px black;
	padding:10px;
}
.jumbotron{
    padding: 6px;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 300px;
    
    background-color: white;
}

.navbar-toggle{
	background-color: grey;
}

@media screen and (min-width: 768px)
{
.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 0px;
	padding-left: 0px;
}
}