.t_Content_light,
.t_Content_dark,
.t_Content_blue,
.t_Content_yellow,
.t_Content_decipher,
.t_Content_black,
.t_Content_cloud,
.t_Content_facebook,
.t_Content_lavender,
.t_Content_lime,
.t_Content_liquid,
.t_Content_salmon {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.t_Content_black,
.t_Content_lavender,
.t_Content_liquid,
.t_Content_facebook {
    color: #fff;
}
.t_Content_cloud { color: #4d4d4d; }
.t_Content_salmon { color: #4f4949; }

.t_Content_facebook {
  padding: 5px 8px;
}

.smartphone .t_Content_light,
.smartphone .t_Content_dark,
.smartphone .t_Content_blue,
.smartphone .t_Content_yellow,
.smartphone .t_Content_decipher,
.smartphone .t_Content_black,
.smartphone .t_Content_cloud,
.smartphone .t_Content_facebook,
.smartphone .t_Content_lavender,
.smartphone .t_Content_lime,
.smartphone .t_Content_liquid,
.smartphone .t_Content_salmon {
    max-width: 300px;
    font-size: 10px;
}

/* Styling links for convenience so they are visible */
.t_Content_black a,
.t_Content_cloud a,
.t_Content_lavender a,
.t_Content_liquid a,
.t_Content_lime a,
.t_Content_salmon a {
  color: #008aca;
  text-decoration: none;
  background: none;
  border: 0;
}
.t_Content_black a:hover,
.t_Content_cloud a:hover,
.t_Content_lavender a:hover,
.t_Content_liquid a:hover,
.t_Content_lime a:hover,
.t_Content_salmon a:hover {
  color: #008aca;
  text-decoration: underline;
  background: none;
  border: 0;
}

/* Links with a different color */
.t_Content_black a,
.t_Content_black a:hover { color: #57a1d6; }

.t_Content_cloud a,
.t_Content_cloud a:hover { color: #438ec4; }

.t_Content_lavender a,
.t_Content_lavender a:hover { color: #ceddf2; }

.t_Content_lime a,
.t_Content_lime a:hover { color: #057ca8; }

.t_Content_liquid a,
.t_Content_liquid a:hover { color: #6591cd; }

.t_Content_salmon a,
.t_Content_salmon a:hover { color: #5e77a2; }

/* custom skin - decipher */
.t_Content_decipher {
    color: #f7f7f7;
    line-height: 14px;
    padding: 6px 7px;
    font-family: Arial, "MS Trebuchet", sans-serif;
}

.t_Content_decipher a {
  color: #008aca;
  text-decoration: none;
  background: none;
  border: 0;
}

.t_Content_decipher a:hover {
  color: #008aca;
  text-decoration: underline;
  background: none;
  border: 0;
}

.t_Content_decipher a,
.t_Content_decipher a:hover { color: #5e77a2; }
/* end custom skin - decipher */