
.col-sm-8 {
  width: 100%;
}

#wordcloudPanel{
 /*width: 80%;*/
 text-align: center;
 margin: auto;
}

#wordcloudPanel h3{
 width: 70%;
}

#entityCheckboxes {
  /**text-align: left;
  float:left;
  width: 25%;**/
  width: 25%;
  position: fixed;
  z-index: 1;
  top: 70px;
  right: 10px;
  background: #eee;
  overflow-x: hidden;
  text-align: left;
  padding: 10px;
  border: 3px solid #404b5d;
  border-radius: 5px;
}

.cluster_cloud {
  margin-top:2em;
  margin-bottom: 2em;
  padding: 5px;
  border: 1px;
  border-color: #404b5d;
  border-style: solid;
  border-radius: 15px;
  width: 70%;
  height: 400px;
  float: left;
}

/*Modal*/
/* The Modal (background) */
#myModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/*Progress Bar*/
#myProgress {
  width: 100%;
  background-color: grey;
}

#myBar {
  width: 1%;
  height: 30px;
  background-color: green;
}