.browsereria {
  display: inline-block;
  width: 22%;
  text-align: center;
  margin-top: 20px; }
  .browsereria .browsericon {
    width: 80px; }
  .browsereria .browsername {
    font-size: 0.7em !important; }

.frameLR {
  display: table;
  width: 100%;
  border: solid 1px; }
  .frameLR .frameL {
    width: 20%;
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .frameLR .frameL img {
      width: 90px; }
    .frameLR .frameL p {
      font-size: 0.7em !important;
      line-height: 1.5em; }
  .frameLR .frameR {
    width: 79%;
    display: table-cell;
    vertical-align: top; }
    .frameLR .frameR .imgeDouble img {
      width: 49%; }

.text_center {
  text-align: center; }

.browserTitle {
  margin-top: 10px;
  font-size: 1.3em;
  font-weight: bold;
  padding-left: 20px; }

.downloadaction {
  background: #cde6e8;
  margin: 10px;
  padding: 10px; }
  .downloadaction .browserinfo {
    color: #0b1148; }
  .downloadaction .downloadimg {
    width: 100%;
    text-align: center; }
    .downloadaction .downloadimg img {
      width: 85%; }
  .downloadaction .browserinfo_action {
    font-size: 0.85em;
    padding-left: 35px;
    font-weight: bold; }
