
.anadiv
{
    width: 100%; 
    height: 250px; 
    border-bottom: 2px solid gray;
    padding-bottom: 5px;
}

.pdtopBot15
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.resimdiv
{
    width: 370px;
    height: 100%;    
    float: right;
    /* text-align: center;
    background-color: grey; */
     
}

.img1
{
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    border-radius: 10px;
}

.yazidiv
{
    width: calc(100% - 370px);
    height: 100%;
    float: left;  
}
.yazibaslikdiv
{
    width: 100%;
    padding: 5px;
    line-height: 30px;
    height: 30px;
}

.baslikspan
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: black;
    font-style: italic;
    font-weight: bold;
}

.yazi
{
    width: 100%;
    height: calc(100% - 30px);
    padding: 5px;
    overflow: hidden; 
}

.yazi a{
    color: orange;
    float: left;
}

.yazi table{
 max-width: 100%;
}

.yazihrefdiv
{
    width: 100%;   
    line-height: 30px;
    padding: 5px;      
    text-align: right;
}

.yazihrefdiv a
{
   margin-right: 10px;
}

.yazicdiv
{
padding: 5px;
}


.my-view
{
 width: 100%;

}

.langdivselect{
    padding-right: 10px !important;
    padding-left: 10px !important;
    color: #FF9800 !important;
}
.langdivselect:hover{
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.langdiv{
    padding-right: 10px !important;
    color: #8d939b !important;
    padding-left: 10px!important;
}
.langdiv:hover{
    padding-left: 10px !important;
    color: #FF9800 !important;
    padding-right: 10px!important;
}

@media only screen and (max-width: 769px) {
  
.anadiv
{
  width: 100%; 
  height: 505px; 
  border-bottom: 2px solid gray;
}    


.yazidiv
{
    width: 100%;
    height: calc(100% - 245px);
    float: left;  
}

.resimdiv
{
    width: 100%;
    height: 250px;    
    float: right;
    padding-bottom: 5px;

}

}


@media only screen and (max-width: 361px) {
  
    .anadiv
    {
      width: 100%; 
      height: 600px; 
      border-bottom: 2px solid gray;
    }    
    
    
    .yazidiv
    {
        width: 100%;
        height: calc(100% - 245px);
        float: left;  
    }
    
    .resimdiv
    {
        width: 100%;
        height: 250px;    
        float: right;
        padding-bottom: 5px;
    
    }
    
    }


