﻿@charset "UTF-8";

 select {
 font-size: 18px;   /*inherit;*/ /*16px;*/
 }
  select option {
  font-size: 14px;
  }

.drag-border {
 border:thin solid #5bd;
 border-radius:10px;
}

.ank_right {
  min-width: 371px; 
  text-align: right;
}

.img_bgr {
background-repeat:no-repeat !important;
background-position:center center !important;
background-size: contain !important;
background-color: #E8D9BE !important;
width:246px;height:196px;
  }

.task_txt {
 font-size: 18px;
 border-bottom: 1px dashed #000;
 /*margin: 030px 0px;*/
 margin: 45px 0 30px 0;
}

.ind-just {
 text-indent:30px;
 text-align: justify;
}

.fi {
 font-style: italic;
}
.fn {
 font-weight: normal;
}

.t_task {
 font-size: 18px;
 font-weight:bold;
 margin: 0px 0 30px 0;   /*margin: 45px 0 30px 0;*/
}

#tb_final  td {
	padding: 0 10px;
}

.tb_list {
border: 1px solid black;
border-collapse: collapse;	
}

.tb_list th, .tb_list td  {
padding: 3px;
border: 1px solid black;
}

.t_mag22 {
border: 1px solid black; 
background: #c2e5f1; 
font-style: italic; 
padding:15px;
}

.t_mag22a {
	margin-bottom:10px;
}