/* css */

* {
  font-family: 'Ubuntu', sans-serif;;
}

.container-fluid {
  width: 100%;
   margin: 0 !important;
   padding: 0 !important;
}

.col {
  padding: 2% 0;
}

.row {
  width: 100%;
}

.gray {
  color: #61666C;
  padding: 0 2%;
}

.center {
  text-align: center;
}

.TwtBlue {
  color: #55ACEF;
  font-size: 4vw;
  padding: 0 2%;
  border: solid #E7ECF0 1px;
  border-radius: 30px;
}

.responses {
  padding: 2% 0;
}

.header {
  background-color: #55ACEF;
  text-align: center;
  color: white;
  padding: 1.5% 0;
}

h2 {
  font-size: 3vw;
}

p, .textFixer{
  font-size: 1.3vw;
  margin:0;
}

h4 {
  font-size: 1.6vw;
}

.mainBody {
  padding: 2% 15%;
  font-size: 17px;
}

.comment {
  border: solid 1px #E7ECF0;
}

.pad {
  padding: 2% 3%;
}

.screenname {
  font-weight: bold;
  vertical-align: top;
  font-size: 1.6vw;
}

#tweetHeader {
  padding-top:0px;
}


div.metrics {
    display: table;
    width: 100%;
    table-layout: fixed;
}
div.metrics span {
    display: table-cell;
    text-align: left;
}

#form2.metrics span {
    display: table-cell;
    text-align: center;
}

#negativityInput {
  width: 50%;
}


/* Style the button that is used to open and close the collapsible content */
.collapsible {
  border: none;
  text-align: center;
  outline: none;
}


/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 2% 0;
  display: none;
  overflow: hidden;
  text-align: left;
}

.btn-primary {
  border-color: #55ACEF;
  color: #55ACEF;
  background-color: white;
}

.btn-primary:hover  {
  background-color: #55ACEF;
  border-color: #55ACEF;
}
