/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */
figcaption {
  font-style: italic;
  font-weight: normal;
  padding-left:10%;
}
div.img
{
  margin: 2px;
  border: 1px solid #dfdfdf;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  margin-right:50px;
  margin-bottom:10px;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 100%;
  margin: 2px;
  font-size:11px;
  font-weight:bold;
  color:#333;
  background-color:#F3F3F3;
}
.insert {
  -webkit-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;
  border: 1px solid #999;
  background-color:#F7F7F7;
  float:right;
  width:40%;
  padding: 0 10px;
  color:#333;
  line-height:1.2em;
  font-size:14px;
  margin-left:8px;
}  
.btn2 {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 18px;
  font-weight:normal !important;
  padding: 10px 20px 10px 20px;
  text-decoration: none !important;
  margin: 0 auto;
  display:block;
  width: 180px;
}

.btn2:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none !important;
  color: #333 !important;
}  
table.odd {
  border: 2px solid rgb(117, 197, 227);
  border-radius: 3px;
  color:#333;
  width:100%;
}
table.odd tr:nth-child(2n+1) td {
  border-right: 1px solid rgb(255, 255, 255);
}
table.odd td {
  text-align: center;
  vertical-align: middle;
}
table.odd tr:nth-child(2n+1) {
  background-color: rgb(117, 197, 227);
  border-right: 1px solid rgb(255, 255, 255);
}
table.odd tr:nth-child(2n) td {
    border-right: 1px solid rgb(117, 197, 227);
}
table.odd td.title {
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}