 .header-bottom {
	top: 25px;
	text-decoration: none;
}

.text-centered {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-red {
	color: red;
}

.text-subtle {
    font-size: 15px;
    text-decoration: none;
}

.align-right {
	float: right;
}

.tasks-table thead th,
.tasks-table tbody tr:last-child {
    border-bottom: 1px solid #d6d6d6; /* non-RGBA fallback */
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.tasks-table tbody th,
.tasks-table tbody td {
    border-bottom: 1px solid #e6e6e6; /* non-RGBA fallback  */
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.tasks-table tbody tr:last-child th,
.tasks-table tbody tr:last-child td {
    border-bottom: 0;
}
.tasks-table tbody tr:nth-child(odd) td,
.tasks-table tbody tr:nth-child(odd) th {
    background-color: #eeeeee; /* non-RGBA fallback  */
    background-color: rgba(0,0,0,.04);
}

.center
{
    position: absolute;
    height: 50px;
    width: 300px;
    text-align: center ;

    top:calc(50% - 50px/2); /* height divided by 2*/
    left:calc(50% - 300px/2); /* width divided by 2*/
}

.myfields label, .myfields input {
  display:inline-block;
}

.myfields label {
  width:200px; /* or whatever size you want them */
}

.ui-li-static.ui-collapsible > .ui-collapsible-heading {
    margin: 0;
}
.ui-li-static.ui-collapsible {
    padding: 0;
}
.ui-li-static.ui-collapsible > .ui-collapsible-heading > .ui-btn {
    border-top-width: 0;
}
.ui-li-static.ui-collapsible > .ui-collapsible-heading.ui-collapsible-heading-collapsed > .ui-btn,
.ui-li-static.ui-collapsible > .ui-collapsible-content {
    border-bottom-width: 0;
}

.ui-grid-b > .ui-block-span2 {
  width: 66.6666%;
}
.ui-grid-c > .ui-block-span2 {
  width: 50%;
}
.ui-grid-c > .ui-block-span3 {
  width: 75%;
}
.ui-grid-d > .ui-block-span2 {
  width: 40%;
}
.ui-grid-d > .ui-block-span3 {
  width: 60%;
}
.ui-grid-d > .ui-block-span4 {
  width: 80%;
}
