﻿@import "acor.css";
.table{

}
.table .row{
  display:flex;
  flex-direction:row;
  align-items:center;
}
.table .row .cell{
  flex-basis:50%;
}
.table .row .cell .line{
  display:flex;
  flex-direction:row;
}
.table .row .cell .line img{
  float:left;
  width:250px;
  height:auto;
  border-radius:5px;
}
  .table .row .cell .line .text{
   padding:20px;
  }
  .table .row .cell .line .text span{
    font-weight:600;
  }
  .table .row .cell .line .text p.annotation{
    font-style:italic;
  }
  .table .row .cell .line .text a.button{
    text-align:center;
    border-radius:5px;
  }
    
.detail{

}
.detail .line{
  display:flex;
  flex-direction:row;
  
}

.detail .line img{  
  width:250px;
  height:auto;
  border-radius:5px;
}

.detail .line .text {
  padding: 20px;
  text-align:center;
}
  .detail .line .text span{
    font-weight:600;
  }
  .detail .line .text .annotation{
    font-style:italic;
  }
  .detail .line .news-content{
    line-height:var(--line-height);
    text-indent:20px;
    text-align:justify;
  }

  .detail .line .news-content ::first-line{
    /*color:red;
    font-size: calc(var(--font-size)*1.2);*/
  }

    