body{
background: #c5e5f5 url(../bg.png) repeat-y center;
font-size: 0.9rem;
}

.btn {
    display: inline-block;
    padding: 6px 6px;
    border: 1px solid transparent;
    border-radius: 0px;
}
.card {
    border-radius: 0px;
    /*border :0px;*/
}
.card-body {
    padding:0px;
}
.alert{
    border-radius: 0px;
}
.table>:not(caption)>*>.introdesc{
    text-indent: 2em;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: justify;
}
.row{
    margin:0px;
}


@media (min-width: 1200px) {
    .container {
         width: 990px; 
    }
}


.table th {
    background-color: #f8f9fa;
    font-weight: 600;
}

.table-hover tbody tr:hover {
    background-color: rgba(0,123,255,0.05);
}

.badge {
    font-size: 0.8em;
    padding: 4px 8px;
}


@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

 /*Here we are setting each td display to block*/
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 1em;
    text-align: left;
  }

/*
Now the other data-label we have added on each td comes into play.
*/

  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }
}
