/*  Place here any CSS code that you would like to affect both the Default and Home themes */
.hebrew {
    direction: rtl;
}
 
.site-title {
    background-image: url(/local--files/css:global-css/logo.png);
    background-repeat: no-repeat;
    background-position: center top;
    border-bottom: 1px solid rgb(127,127,127);
    direction: rtl;
}
 
.site-title h1 {
    display: none;
}
 
.site-title h2 {
    display: none;
}
 
.login-status {
  position: absolute;
  top: 10px;
}
 
#search-top-box {
  position: absolute;
  top: 45px;
}
 
.top-bar {
  direction: rtl;
  float: none;
  text-align: center;
}
 
.top-bar li {
  direction: rtl;
  float: right;
}
 
.navbar-nav {
  direction: rtl;
  float: none;
  text-align: center;
}
 
.navbar-brand {
  display: none;
}
 
#page-content {
  direction: rtl;
}
 
.page-title {
  direction:rtl;
}
 
.cover {
  text-align: center; 
  color: white;
  height: 380px;
  background-image: url(/local--files/home:home/wikihapoel.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
 
.col-sm-6, .col-md-4 {
  float: right;
  padding: 2em;
}
 
.links {
   direction: rtl;
   text-align: center; 
}
 
.wiki-content-table th {
   direction: rtl;
   text-align: right; 
}
 
.breadcrumbs {
   direction: rtl;
   text-align: right; 
   float: right;
}