/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* Agile DevOps blog table css */
.agile-blog-class {border-collapse: collapse;width:960px;border: 1px solid black;}
.agile-blog-class th, .agile-blog-class td {border: 1px solid black;padding:6px 6px;}
.agile-blog-class th {text-align:left;}
.agile-blog-class tr th{background-color:#0B5394;color:#fff;font-size:17px;padding:6px 6px;}
.agile-blog-class tr:nth-child(even) {background: #FCF5E8;}
.agile-blog-class tr:nth-child(odd) {background: #F1FBEF;}

ol.life-cycle-list,ol.life-cycle-list2{padding:0;margin: 0;}
ul.life-cycle-list-ul > li{line-height:20.8px;}
ol.life-cycle-list > li{padding: 5px 0 5px 0px !important;counter-increment: item;list-style-type: none !important;line-height:20.8px;}
ol.life-cycle-list > li:before{content: counter(item) '.';font-weight: bold;padding-right: 5px;}
ol.life-cycle-list2 > li{padding: 5px 0 5px 0px !important;counter-increment: item;list-style-type: none !important;line-height:20.8px;}
ol.life-cycle-list2 > li:before{content: counter(item) '.';padding-right: 5px;}
ol.life-cycle-list ul,ol.life-cycle-list2 ul{padding-left:15px;}
ol.comment-list p.comment-awaiting-moderation{text-align:unset;}