/*

* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the top of the
* compiled file, but it's generally better to create a new file per style scope.
*
*= require bootstrap
*= require_self
*= require_tree .

*/ table.index{

width: 900px;

}

table.showHeader{

width: 900px;

}

.table th, .table td {

border-top: 2px solid black;

}

.table-bordered {

border: 2px solid black;

} .table-bordered th, .table-bordered td {

border-left: 2px solid black;

}

.feature-table{

width: 95%;
margin-left: 40px

}

select, textarea, input, .uneditable-input {

height: 25px;

}

a {

color: white;
text-decoration: none;

} a:hover, a:focus {

color: white;
text-decoration: underline;

}

.fancy-header{

text-align: center;
color: black

}

.keyword-feature{

font-weight: bold;
margin-left: 10px

}

.non-keyword-feature{

font-weight: normal

}

.keyword-scenario{

font-weight: bold;
margin-left: 35px

}

.non-keyword-scenario{

font-weight: normal

}

.keyword-step{

font-weight: bold;
padding: 10px

}

.non-keyword-step{

font-weight: normal

}

.passed{

background-color: #46A546;
color: white

}

.failed{

background-color: red;
color: white

}

.skipped{

background-color: blue;
color: white

}

.scenarios_header{

padding: 5px

}

.neutral{

background-color: #fffbd3;
color: black

}

.error-message{

background-color: #fffbd3;
color: black;
margin-left: 100px;
margin-right: 20px;
padding: 10px;

}

div.step{

margin-left: 70px;
margin-right: 20px;

}

div.rounded{

border-radius: 20px;

}