*{
    margin: 0;
    padding:0;
}

body{
    background:#2c5770;
    font-family:tahoma;
    direction:rtl;
}

#aff-script{
    max-width:600px;
    width:85%;
    height:300px;
    margin:0 auto;
    background:#c7c8ca;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top:1%;
}
#aff-scripts{
    width:800px;
    min-height:300px;
    margin:0 auto;
    background:#c7c8ca;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top:10px;
}
.margin-top{
    margin-top:0px;
}

#welcom-screen input{
width:80%;
height:50px;
border:none;
text-align:center;
border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
margin-top:50px;
font-family:tahoma;
}
#welcom-screen  button{
    border: none;
    margin-top:20px;
    width: 200px;
    height:40px;
    border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
background:#f05d21;
color:white;
font-family:tahoma;
cursor: pointer;

}
#welcom-screen  button:hover{
background:#D7470F;

}

#welcom-screen  h3{
    text-align:center;.
}
#result-screen{
    padding-top:30px;
}

#result-screen .new-url{
    width:80%;
    height:30px;
    padding:5px;
    margin:0 auto;
    background:#f5f5f5;
    border:none;
    resize: none;
    text-align:center;
    padding-top:20px;
    padding-bottom:20px;
        border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
}
#result-screen h3{
    text-align:center;.
}
#result-screen button{
    border: none;
    margin-top:20px;
    width: 200px;
    height:40px;
    border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
background:#f05d21;
color:white;
font-family:tahoma;
cursor: pointer;
}
#welcom-screen #waring{
    text-align:center;
    margin-top:20px;
    color:red;
    display:none;
}
#result-screen #succses{
    text-align:center;
    margin-top:20px;
    color:green;
    display:none;
}

.welcom{
   text-align:center;
   padding-top:40px;
   font-family: tahoma;
   color:#000;
   text-shadow:1px 1px white;
}
#powered a{
    display:none !important;
}
  td{
      width:33.33%;
  }
  th{
      text-align: center !important;
      font-weight: normal;
  }

  table{
      width: 100%;
  }
    table a{
      text-decoration:none;
      color:#2c5770;
      font-size:15px;
  }
  table, th , td {
  border: 1px solid grey;
  border-collapse: collapse;
  padding: 5px;
  text-align: left;
}
table tr:nth-child(odd) {
  background-color: #f1f1f1;
}
table tr:nth-child(even) {
  background-color: #ffffff;
}

a:link {
  color: #2E9DAC;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #D7470F;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #D7470F;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: #D7470F;
  background-color: transparent;
  text-decoration: underline;
}
