{box-sizing: border-box;}

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

#marquee {

background-color: black;
color: white;

}

table.pledge td {
 // border: 1px solid black;
 text-align:right;
}

input[type="text"], textarea {

  background-color : #f5f5dc;
  //background-color : #d1d1d1; 

}

input[type="number"], textarea {

  background-color : #f5f5dc;
  //background-color : #d1d1d1; 

}

/* The popup form - hidden by default 3px solid #f1f1f1   right 15px  bottom 5*/
.form-popup {
  display: none;
  position: fixed;
  border: none;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 360px;
  text-align: left;
  padding: 10px;
  background-image: url('../images/newbackground.jpg');
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}



/* Set a style for the submit/login button #4CAF50*/
.form-container .btn {
  background-color: #EE4C7C;
  color: blue;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button red*/
.form-container .cancel {
  background-color: #AC3B61;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}


/*Draggable Div Header*/

#popsigninheader {

cursor: move;

}

#signinlink {

text-decoration: none;
color: cyan;

}

#runlink {

  position:relative;
  text-decoration: none;
  color: cyan;
  bottom: 0px;

}

#signinlink:hover {

//text-decoration: none;
cursor:pointer;
color: red;

}

#runlink:hover {

//text-decoration: none;
cursor:pointer;
color: red;

}

#signinlink:active {

//text-decoration: none;
color: blue;

}

#signin {


text-align: center;

}


#marquee_title {

padding: 3;

}


#marquee_desc {

margin-top: -15;
font-size: 12;
margin-left:55;
margin-right:5;

}

#marquee_date {

padding: 3;
font-size: 12;


}

#station_pic {

padding: 7;
border: 2px solid blue;
border-radius: 50%;
width: 25;
heigth: 25;
align: top;


}

#station_name {

display: inline;
margin-left: 2;
font-size: 13;


}

#subscriber_num {

display: inline;
margin-left: 2;
color: white;
font-size: 11;


}

#marquee_station {

color: blue;
padding: 7;
font-size: 13;


}

#subscribe_button {

display: inline;
margin-right: 2;
float: right;
align: right;
background-color: blue;
color: white;



}



#vidlibmaintr4td2 {

color: white;

}


@import "compass/css3";

.donation-meter {
  margin-left: 30px;
  width: 100px;
  .glass {
    background: #e5e5e5;
    border-radius: 100px 100px 0 0;
    display: block;
    height: 300px;
    margin: 0 35px 10px;
    padding: 5px;
    position: relative;
    width: 20px;
  }
  .amount {
    background: #f34e54;
    border-radius: 100px;
    display: block;
    width: 20px;
    position: absolute;
     bottom: 5px;
  }
  strong { display: block; text-align: center; }
  .goal {
    font-size: 30px;
  }
  .total {
    font-size: 16px;
    position: absolute;
    right: 35px;
  }
}

.bulb {
  background: #e5e5e5;
  border-radius: 100px;
  display: block;
  height: 50px;
  margin: 0 35px 10px;
  padding: 5px;
  position: relative;
    top: -20px;
    right: 15px;
  width: 50px;
  .red-circle {
    background: #f34e54;
    border-radius: 100px;
    display: block;
    height: 50px;
    width: 50px;
  }
  .filler {
    background: #f34e54;
    border-radius: 100px 100px 0 0;
    display: block;
    height: 30px;
    width: 20px;
    position: relative;
      top: -65px;
      right: -15px;
    z-index: 30;
  }
}

#coolthermometer {


color: green;

}

#tracker {

text-align: left;
color: blue;

}

/* Dropdown Button */
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.plapdown {
  position: relative;
  display: inline-block;
}

.rundown {
  position: relative;
  display: inline-block;
  margin-left: 30px;
  margin-top: 10px;
  bottom: 0px;

}

/* Dropdown Content (Hidden by Default) */
.plapdownmenu {
  display: none;
  position: absolute;
  background-image: url('/images/newbackground.jpg');
  //background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.plapdownmenu a {
  color: blue;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
//.plapdownmenu a:hover {background-color: #ddd;}
.plapdownmenu a:hover {color: purple;}
/* Show the dropdown menu on hover */
.plapdown:hover .plapdownmenu {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.plapdown:hover .dropbtn {background-color: #3e8e41;}
.heart2heart:hover{

//color: pink;
//color: rgb(255, 192, 203);
//cursor:pointer;
//color: transparent;
//text-shadow: 0 0 0 rgb(0, 128, 0);
//display: none;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(255,0,0);

}

.heart2heart{

caret-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(0,0,0);

}

.heart2heart:hover{

//color: pink;
color: rgb(255, 192, 203);
cursor:pointer;
//color: transparent;
//text-shadow: 0 0 0 rgb(0, 128, 0);
//display: none;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(255,0,0);
  -webkit-text-fill-color: red;

}

.heart2heart:active{

color: red;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(255,0,0);
  -webkit-text-fill-color: red;

}