.App {
  text-align: center;
}

.App-logo {
  animation: App-logo-spin infinite 20s linear;
  height: 40vmin;
}

.App-header {
  min-height: 50vh;
  display: flex;
  flex-direction: column;

  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin-top:15px;
}
.App-link {
  color: #61dafb;
}


.responsive-card-table {
  border-collapse: collapse;
}

.responsive-card-table.unstriped tbody {
  background-color: transparent;
}

.responsive-card-table th {
  background-color: #e6e6e6;
}

.responsive-card-table tr,
.responsive-card-table th,
.responsive-card-table td {
  border: 1px solid #0a0a0a;
}

@media screen and (max-width: 640px) {
  .responsive-card-table {
    
  }
  .alert img {
	  max-width:300px !important;
	  
  }
  .responsive-card-table thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }
  .responsive-card-table tr {
    border: 1px solid #0a0a0a;
    display: block;
  }
  .responsive-card-table tr + tr {
    margin-top: 1.5rem;
  }
  .responsive-card-table td {
    border: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #0a0a0a;
    padding-left: 50%;
    position: relative;
  }
  .responsive-card-table td:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    margin-left: -100%;
    width: 100%;
	max-width:150px;
    position: relative;
    z-index: 1;
	margin-right: 10px;

  }
  .responsive-card-table td:after {
    content: '';
    position: absolute;

    width: 40%;
    height: 95%;
    left: 1px;
    top: 1px;
    z-index: 0;

  }
}



a:focus {
    color: #999999;
}
.center-element {
    display:block;
    text-align:center;
}
@media (min-width: 768px) { 
	.adjust{
		padding: 2px 2px;
	}
 }
@media(max-width: 768px){
	.adjust{
		padding: 5px 5px;
	}
}
.full-width{
    width: 100% !important;
}
.btn{
	text-align: left !important;
}
.btn-primary {
    color: #fff !important;
    background-color: #0257A2 !important;
    border-color: #0257A2 !important;
}
.btn-primary:hover {
    color: #fff !important;
    background-color: #01396A !important;
    border-color: #01549b !important;
}

.btn-danger {
    color: #fff !important;
    background-color: #D4403A !important;
    border-color: #D4403A !important;
}

.btn-warning {
    color: #fff !important;
    background-color: #7D387B !important;
    border-color: #7D387B !important;
}
.btn-warning:hover {
    color: #fff !important;
    background-color: #5F2B58 !important;
    border-color: #5F2B58 !important;
}
.alert{
	border-radius: 0!important;
  background-image: radial-gradient(farthest-corner at 40px 40px, #0A3B95 0%, #0A3B61 100%)!important;
}
:focus{
	 outline: 5px solid #F67D54 !important;
}

.alert img {
	  max-width:500px;
	  
  }
  
a {
	  color: #0056B3;
	  
  }
  
.responsive-card-table th {
    background-color: #666666;
    color: #ffffff;

}

.responsive-card-table tr, .responsive-card-table th, .responsive-card-table td {
    border: 1px solid rgb(51,64,68, .5);
}

.table-primary {
	font-size: .8rem;
	color: #ffffff;
    background-image: radial-gradient(farthest-corner at 40px 40px, #0A3B95 0%, #0A3B61 100%)!important;
}

body {
	font-size: .8rem;
}

#whoopsHead{
	font-family: 'Indie Flower', cursive;
	font-size: 60px;
}