﻿@charset "UTF-8";
/* TDSBweb: Skin.css */
/*------------------------------------------------*/
/* FONT STYLE */
/*------------------------------------------------*/

.voting-date{
	text-align:center;
	margin-bottom:10px;
}

.voteButton{
opacity:0.6;
margin:0 auto;
text-align:center;
}

.voteButtonVisible{
	opacity: 1.0;
	margin: 0 auto;
	text-align: center;
}

/*Media Queries*/
@media screen and (min-width: 690px) and (max-width: 1000px)  {
  .voteButton{
    margin-right:20%;
  }
  
  .voteButtonVisible{
    margin-right:20%;
  }
  
  .voting-date{
	  margin-right:37%;
	}

}

@media screen and (min-width: 400px) and (max-width: 689px){
  .voteButton, .voteButtonVisible{
    margin:0;
    float:left;
    margin-bottom: 5%;
  }
  
  .voting-date{
	  margin-left:3%;
	  text-align:left;
	}

}

@media screen and (max-width: 399px){
  .voteButton, .voteButtonVisible{
    width:45%;
    margin-top:5px;
    margin-bottom:5px;
    float:left;
  }
  
  .voting-date{
	  font-size:0.9em;
	  text-align:left;;
	}


}