.rate-article-wrapper{
        max-width: 700px;
   }
.main-content-wrapper{
       max-width: 700px;
       margin-left: auto;
       margin-right: auto;
       }
.nav-tabs {
    min-height: 0px;
}
.white-section {
  background-color: #ffffff;
  color: #767676;
}
.grey-section {
  background-color: #F0F0F0;
  color: #ff6200;
  margin-bottom: 30px;
}
.durata-citire {
  color: #a8a8a8;
}
hr {
  border: 1px solid #ff6200;
}
.orange-title{
  color: #ff6200;
}
h1.orange-title {
  font-family: 'ing_me_regular';
}
h3.orange-title{
  font-family: 'ing_me_bold';
  margin: 30px 0px;
}
.top-text {
  color: #767676;
}
ul li.sageata::before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    cursor: default;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e913';
    color: #ff6200;
    position: relative;
    top: 1px;
    font-size: 18px;
    color: #ff6200;
    margin-right: 15px;
}
.ecrane {
    display: block;
    max-width: 100%;
    margin: 30px auto;
    height: auto;
}
.meniu-extras{
    display: block;
    max-width: 100%;
    margin: 30px 0px;
}
.thumbnail{
    margin: 30px auto;
}
.purple-section{
    background-color: #525199;
    color: #ffffff;
    padding: 10px 30px;
}
.triangle-down {
    background: #525199;
    width: 30px;
    height: 20px;
    transform: rotate(45deg);
    border-radius: 4px;
    margin: -15px 0px 30px 30px;
}
.schema {
  display: block;
  max-width: 100%;
  margin: 0px auto;
  padding: 30px 60px;
}
.footer{
    color: #A8A8A8;
    font-size: 14px;
    margin: 30px 0px;
}
.custom-content-container ul {
    list-style: none;
    }
table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 8px;
}
th {
background-color: #ff6200;
color: #ffffff;
border-top: 2px solid black;
border-bottom: 2px solid black;
}
td {
border-bottom: 2px solid black;
}
tr:nth-child(even) {
  background-color: #ffffff;
}
table td, table th {
    padding: 11px 10px;
}
.tabel-tranzactii {
  overflow-x:auto; 
  border: 2px solid #ff6200; 
  border-radius: 8px; 
  padding: 10px;
  color: #333;
  background-color: #ffffff;
  margin: 30px 50px;
  font-size: 10px;
  line-height: 1.2;
}
.text-border{
  border:2px solid #ff6200;
  padding: 10px;
  color: #ff6200;
  margin: 30px 0px;
  border-radius: 8px;
}
.imagine-cumparaturi{
    max-width: 100%;
    display: block;
    margin: 0px auto;
    padding: 0px 30px;
}

.texte-schema{
   margin: 0px 60px;
}
@media only screen and (max-width: 480px) {
   .tabel-tranzactii {
     margin: 15px;
   }
   .grey-section {
    margin-left: -15px;
    margin-right: -15px;
   }
.texte-schema{
   margin: 15px;
}
.imagine-cumparaturi{
   padding: 0px;
}
.schema{
   padding: 15px;
}
.purple-section{
   margin-left: -15px;
   margin-right: -15px;
}
}