/*Картинка справа*/
.img_right{margin:5px 0px 5px 15px;float:right}
/*Картинка слева с обтеканием*/
.img_left{margin:5px 15px 5px 0px;float:left}
/*Картинка без обтекания*/
.img_no{margin:10px 0px;float:none!important}

.img_no_border{border:0px !important;padding:0px!important}

.quote {
    border-left: 4px solid #f7aa3b;
    display: block;
    background: #f4f4f6;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 12px 17px;
}

/*Ссылки с прикреплением*/
.a_attached[href$="doc"],
.a_attached[href$="docx"],
.a_attached[href$="rtf"],
.a_attached[href$="zip"],
.a_attached[href$="rar"],
.a_attached[href$="pdf"],
.a_attached[href$="jpg"],
.a_attached[href$="jpeg"],
.a_attached[href$="pjpeg"],
.a_attached[href$="gif"],
.a_attached[href$="png"],
.a_attached[href$="xls"],
.a_attached[href$="xlsx"],
.a_attached[href$="ppt"],
.a_attached[href$="pptx"],
.a_attached[href$="mp3"],
.a_attached[href$="wav"],
.a_attached[href$="mid"],
.a_attached[href$="midi"],
.a_attached[href$="wma"],
.a_attached[href$="aac"],
.a_attached[href$="mpg"],
.a_attached[href$="mpeg"],
.a_attached[href$="avi"],
.a_attached[href$="wmv"],
.a_attached[href$="mov"],
.a_attached[href$="mp4"],
.a_attached[href$="swf"],
.a_attached[href$="flv"],
.a_attached[href$="webm"],
.a_attached[href$="ogg"],
.a_attached[href$="rm"],
.a_attached[href$="ram"],
.a_attached[href$="pub"],
.a_attached[href$="xps"],
.a_attached[href$="txt"] {
    display: block;
    min-height: 47px;
    margin-top: 5px;
    padding-left: 55px;
    background-position: left top;
    background-repeat: no-repeat;
}
.a_attached[href$="doc"], .a_attached[href$="docx"], .a_attached[href$="rtf"], .a_attached[href$="txt"] {background-image: url("/desimages/docx.png");}
.a_attached[href$="xls"], .a_attached[href$="xlsx"] {background-image: url("/desimages/xlsx.png");}
.a_attached[href$="ppt"], .a_attached[href$="pptx"] {background-image: url("/desimages/ppt.png");}
.a_attached[href$="pdf"] {background-image: url("/desimages/pdf.png");}
.a_attached[href$="zip"], .a_attached[href$="rar"] {background-image: url("/desimages/rar.png");}
.a_attached[href$="jpeg"], .a_attached[href$="jpg"], .a_attached[href$="pjpeg"], .a_attached[href$="gif"], .a_attached[href$="png"] {background-image:url("/desimages/png.png");}
.a_attached[href$="mp3"], .a_attached[href$="wav"], .a_attached[href$="mid"], .a_attached[href$="midi"], .a_attached[href$="wma"], .a_attached[href$="aac"] {background-image: url("/desimages/mp3.png");}
.a_attached[href$="mpg"], a.a_attached[href$="mpeg"], .a_attached[href$="avi"], .a_attached[href$="wmv"], .a_attached[href$="mov"], .a_attached[href$="mp4"], .a_attached[href$="swf"], a[href$="flv"],
.a_attached[href$="webm"] {background-image: url("/desimages/mpg.png");}
.a_attached[href$="ogg"], .a_attached[href$="rm"], .a_attached[href$="ram"], .a_attached[href$="pub"], .a_attached[href$="xps"] {background-image: url("/desimages/other.png");}

.a_attached[href$="doc"]:hover, .a_attached[href$="docx"]:hover, .a_attached[href$="rtf"]:hover, .a_attached[href$="txt"]:hover {background-image: url("/desimages/docx_hover.png");}
.a_attached[href$="xls"]:hover, .a_attached[href$="xlsx"]:hover {background-image: url("/desimages/xlsx_hover.png");}
.a_attached[href$="ppt"]:hover, .a_attached[href$="pptx"]:hover {background-image: url("/desimages/ppt_hover.png");}
.a_attached[href$="pdf"]:hover {background-image: url("/desimages/pdf_hover.png");}
.a_attached[href$="zip"]:hover, .a_attached[href$="rar"]:hover {background-image: url("/desimages/rar_hover.png");}
.a_attached[href$="jpeg"]:hover, .a_attached[href$="jpg"]:hover, .a_attached[href$="pjpeg"]:hover, .a_attached[href$="gif"]:hover, .a_attached[href$="png"]:hover {background-image:url("/desimages/png_hover.png");}
.a_attached[href$="mp3"]:hover, .a_attached[href$="wav"]:hover, .a_attached[href$="mid"]:hover, .a_attached[href$="midi"]:hover, .a_attached[href$="wma"]:hover, .a_attached[href$="aac"]:hover {background-image: url("/desimages/mp3_hover.png");}
.a_attached[href$="mpg"], a.a_attached[href$="mpeg"], .a_attached[href$="avi"], .a_attached[href$="wmv"], .a_attached[href$="mov"], .a_attached[href$="mp4"], .a_attached[href$="swf"], a[href$="flv"],
.a_attached[href$="webm"]:hover {background-image: url("/desimages/mpg_hover.png");}
.a_attached[href$="ogg"]:hover, .a_attached[href$="rm"]:hover, .a_attached[href$="ram"]:hover, .a_attached[href$="pub"]:hover, .a_attached[href$="xps"]:hover {background-image: url("/desimages/other_hover.png");}

/*Широкая таблица*/
.table_big, .table_big table{font-size: 15px;font-size: 0.9375rem}
.table_big td, .table_big th{padding: 8px 5px}

/*Очень широкая таблица*/
.table_very_big, .table_very_big table{font-size: 14px;font-size: 0.875rem}
.table_very_big td, .table_very_big th{padding: 6px 2px}

/*таблица на всю ширину*/
.table_wide {width: 100%!important; display: table!important;}
