body {
	font-family: 'Quicksand', sans-serif;
}

td {
	font-family: 'Quicksand', sans-serif;
}

th {
	font-family: 'Quicksand', sans-serif;
}

.f1 {

font-family: 'Quicksand', sans-serif;
}
.fmerah {color: #FF0000;}
.fhitam {color: #000000;}
.fkuning {color: #f4f21b;}
.footer {
    background-color: #333333;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.bf {font-size: 20px;}
.rounded {
    border-radius:.25rem!important
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* Style the search field */
form.cari input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

/* Style the submit button */
form.cari button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
}

form.cari button:hover {
  background: #0b7dda;
}

/* Clear floats */
form.cari::after {
  content: "";
  clear: both;
  display: table;
}

/* Container needed to position the button. Adjust the width as needed */
.container1 {
  position: relative;
  width: 100%;
}

/* Make the image responsive */
.container1 img {
  width: 100%;
  height: auto;

}

/* Style the button and place it in the middle of the container/image */
.container1 .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #555;
  color: white;
  font-size: 16px;
  padding: 6px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;

  
}

.container1 .btn:hover {
  background-color: black;
}

