/*

Theme Name:     Frontier Child

Theme URI:      http://ronangelo.com/frontier/

Description:    Child theme for Frontier.

Author:         ronangelo

Author URI:     http://ronangelo.com/

Template:       frontier

Version:        1.0

*/

@import url("../frontier/style.css");

/* Your modification goes here */

abbr {
    border-bottom: 1px dashed red; /* Пунктирное подчеркивание текста */
    color: #000080; /* Темно-синий цвет текста */
}
table {
	width: 98%;
	border-collapse: collapse;
	margin: 1px auto;
}
th {
	background-color: #DDD;
	font-weight: normal;
}
th, td {
	border: 0px solid #AAA;
	padding: 2px 2px;
	font-size: 12px;
	font-size: 0.8rem;
}



