/**
 * @author Tom Wolf
 *
 * @file
 *  Summit Popup Voting.
 */

#summitpop {
  display     : none;
  background  : #fff;
  border      : 2px solid #999999;
  padding     : 0px;
}

#summitpop-close,
#summitpop-title {
  font-family   : sans-serif;
  font-size     : 14px;
  font-weight   : 900;
  border-bottom : 1px solid #999999;
}

#summitpop-close {
  float             : right;
  cursor            : pointer;
  margin            : 0px;
  color             : #b3b3b4;
  padding           : 8px 12px 12px 12px;
  background-color  : #cccccc;
  border-left       : 1px solid #999999;
  border-bottom     : 1px solid #999999;
}

#summitpop-title {
  width             : 100%;
  background-color  : #e6e6e5;
  color             : #999999;
  margin            : 0px;
}

#summitpop-titletext {
  padding : 10px;
}

#summitpop-content {
  padding : 20px 30px 20px 30px;
}

#summitpop-question {
  color           : #2caade;
  text-transform  : uppercase;
  font-family     : sans-serif;
  font-size       : 12px;
  font-weight     : 900;
}

#summitpop-content h3 {
  font-size   : 24px;
  font-family : serif;
  color       : #000;
  margin-top  : 0px;
  font-weight : normal;
}

a.voter {
  border            : 1px solid #999999;
  padding           : 5px;
  text-decoration   : none;
  background-color  : #2caade;
  color             : #ffffff;
  font-family       : sans-serif;
  text-transform    : uppercase;
  font-size         : 12px;
  margin-right      : 10px;
}

