td.details-control {
  background: url('../images/details_open.png') no-repeat center center;
  cursor: pointer;
}

tr.shown td.details-control {
  background: url('../images/details_close.png') no-repeat center center;
}


#gpr-kominfo-widget-container {
  border-bottom: 2px solid #23277B;
}

.instagram-widget-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  padding: 5px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.75);
}

.instagram-widget-title {
  height: 40px;
  min-width: 100%;
  display: flex;
  align-items: center;
  padding: 5px;
}

.instafeed-container::-webkit-scrollbar {
  display: none;
}

.instafeed-container {
  width: 100%;
  height: 400px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  background-color: #e8eced;
  -webkit-box-shadow: inset 0px 0px 7px 1px #cdcdcd;
  box-shadow: inset 0px 0px 7px 1px #cdcdcd;

  /* -ms-overflow-style: none; */
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.instafeed-img-container {
  width: 100%;
  padding: 5px;
}

.instafeed-img {
  width: 100%;
}