@charset "UTF-8";

a:link,a:active,a:hover {
  color:#;
}

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#9AC956;
  color:#666666;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  color:#666666;
  border:px #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
  background-color:#FFFFFF;
  filter:alpha(opacity=100);
  opacity:1;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#BCEC76;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}

.my_mfc_news_feed {
  width:100%;
  height:330px;
}

#tokentable table {
  border-collapse:collapse;
  border-spacing:0;
  width:500px;
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.55em;
  background-color:#fff;
  border:1px solid #ccc;
}

#tokentable .bordered {
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
}

.bordered td,.bordered th {
  border-top:1px solid #d7d7d7;
  padding:9px;
  text-align:left;
}

.bordered td {
  padding:3px;
}

.bordered th {
  background-color:#9cdae9;
  color:#2c5063!important;
  border-top:none;
}

.bordered td:first-child,.bordered th:first-child {
  border-left:none;
}

.bordered tr:last-child td:last-child {
  -moz-border-radius:0 0 6px;
  -webkit-border-radius:0 0 6px 0;
  border-radius:0 0 6px 0;
  width:100px;
}

.bordered tr td:nth-child(1),.bordered tr th:nth-child(1) {
  padding-left:50px;
}

.bordered tr td:nth-child(1) {
  font-size:14px;
}

.bordered tr td:nth-child(2) {
  color:#2c5063;
  font-size:20px;
}

#tokentable .bordered tr a {
  color:#fff;
  background-color:#ffadf8;
  font-size:12px;
  letter-spacing:.7px;
  text-decoration:none;
  font-weight:bold;
  display:block;
  width:80px;
  text-align:center;
  padding:3px 0 2px;
  margin:3px 0;
  border:1px solid #ccc;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  border-radius:15px;
}

#tokentable .bordered tr a:hover {
  background-color:#1c1c1c!important;
  color:#fff;
}

.bordered tr th strong {
  font-family:Georgia,'Times New Roman',Times,serif;
  font-style:italic;
  font-size:14px;
  font-weight:normal;
}