/******************************************
/* BASE STYLES
/*******************************************/
.redBorder {
  border: 3px solid #c13232;
}

.none {
  display: none;
}

.block {
  display: block;
}

#container {
  width: 960px;
  margin: 15% auto 1% auto;
}

.fa {
  margin: 5px;
}

li {
  list-style: none;
  padding: 10px;
}

li:nth-child(even){
  background: #e5e1e1;
}

body {
  background: #262527;
  color: #FFFFFF;
  font-family: 'Hind', sans-serif;
}

.button {
  background: #459201;
  padding: 10px 15px 10px 15px;
  text-align: center;
  font-size: 15px;
  width: 75px;
  height: 30px;
  float: left;
  margin: 15px 10px 0 10px;
  cursor: pointer;
  border-bottom: 2px solid #244C00;
}

.button:hover {
  border-bottom: 2px solid #60CB01;
}

h2 {
  font-size: 30px;
  text-align: center;
  clear: both;
  background: #1B1A1C;
  width: 375px;
  padding: 10px 0 10px 0;
  margin: 0 auto 10px auto;
}

#projectContainer, #componentContainer {
  margin: 0 auto 20px auto;
  height: 90px;
  width: 375px;
}

.modal {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modalContent {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 375px;
  height: 285px;
  color: #262527;
  overflow: scroll;
}

.close {
  margin: 5% 5% 0 0;
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
/******************************************
/* COMMON STYLES
/*******************************************/


/******************************************
/* URL LIST STYLES
/*******************************************/

/******************************************
/* MODAL-ONLY STYLES
/*******************************************/


/******************************************
/* PIECHART-ONLY STYLES
/*******************************************/
