﻿        /*body{
             background-color:#333;
        }*/


div.ex2 {
   /*max-width: 904px;*/
    margin: auto;
    font-family: Calibri;
    background-color: #181a31;
    color:white;
}

      

        div.ex1 {
            /*max-width: 904px;*/
            margin: auto;
            color: white;
            font-size: 1em;
            font-family: Calibri;
        }
 

        .responsive {
            width: 100%;
            height: auto;
        }

        .center {
            text-align: center;
  margin: auto;
  width: 50%;
  border: 3px solid green;
  padding: 10px;
}

         div.ex3 {
           /*max-width: 904px;*/
            margin: auto;
             font-family: Calibri;
             direction:rtl;
        }

         
    .button {
  /*background-color: #73c2fb; 
  border: none;
  color: white;
  padding: 5px 5px 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;*/
  border-radius: 5px;
  height:30px;
   padding: 5px 5px 5px 5px;
   font-weight:bold;
   font-family:Calibri;
}

.button4 {
    text-align: center;
    color: white;
    background-color: #00699c;
    border-radius: 15px;
}

.khetmeButton {
    text-align: center;
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    font-family: Calibri;
}

    .button4:hover {
        background-color: #abd5e7;
        color: Black;
    }


.ItemSpace {  
    padding-right  : 10px;
}



        /*.NewsTitle {
            background-color: #F17B82;
            color: black;
            font-family: Calibri;
            font-size: 1.5em;
            text-align: right;
            direction: rtl;
            max-width: 904px;
            padding-right: 10px;
            width: 100%;
        }*/


       